ghosalmartin
08/09/2019, 1:17 PM@Before
I've been initing my tests as such. Since the subject is inited with mocks and their values are whats important not whats being injected. Can the @Before be foregoed? Or is there anyway I can have an @Before
work on a variable since I don't want to lateinit
the subjectgergo
08/09/2019, 1:35 PMCan Orhan
08/09/2019, 3:23 PMvalues are whats important not whats being injected
ghosalmartin
08/09/2019, 3:24 PMCan Orhan
08/13/2019, 8:08 AMghosalmartin
08/13/2019, 8:10 AM@test
will make a new instance of the class, meaning it will always reset the state