Android-CleanArchitecture
Android-CleanArchitecture copied to clipboard
AndroidTestCase displays as deprecated which are uses in presenter tests
Hello,
In this project Presenter tests extends AndroidTestCase which is deprecated, If I search for alternative I can find that we need to use @RunWith(AndroidJUnit4.class) annotation on activity with ActivityTestRule. so how we can avoid deprecated use for the presenter tests?