antoniolg / Bandhook-Kotlin

A showcase music app for Android entirely written using Kotlin language
Apache License 2.0
1.86k stars 398 forks source link

Update instrumentation tests #36

Open vic-gonzi opened 7 years ago

vic-gonzi commented 7 years ago

AndroidTestCase and ActivityInstrumentationTestCase2 come from old and deprecated Android platform testing API.

May we consider to migrate current UI tests to Espresso 3.0?

antoniolg commented 7 years ago

Yup, as we talked, if you want you can take care of this.