Issue
I have simple TestCases on Android, but they take around 10 seconds to load up and run. Is there a way for me to bypass the Android testing framework? So I can just use simple JUnit for regular POJOs?
Solution
I use Robolectric for non-UI testing.
Answered By - cybersam
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.