dave08
02/11/2018, 5:08 PMStarted running tests
Test running failed: Instrumentation run failed due to 'java.lang.IllegalAccessError'
Empty test suite.
in espresso tests?
Maybe I have something wrong here?
@RunWith(AndroidJUnit4::class)
class NewWazeTest {
@get:Rule
val rule = ActivityTestRule<FirstLoginActivity>(FirstLoginActivity::class.java)
@get:Rule
val intentsTestRule = IntentsTestRule<CheckServerActivity>(CheckServerActivity::class.java)
Daniel
02/11/2018, 5:12 PMdave08
02/11/2018, 5:18 PM