Android: How can I run a JUnit4 test in my data layer without using an Activity or Service? -
i testing data layer (androidtest
), android-library
gradle module - means no activity or service hook into.
i can use applicationtest
- junit3. how come there no applicationtestrule
activitytestrule
or servicetestrule
, can use junit4?
Comments
Post a Comment