Issue
I am using Espresso. I have multiple tests written, all in different classes but the same project. When I run I remove all but one class and try running, it runs fine. However, when I have them all in my project and try running the second one always fails.
All of my test are pretty basic right now. They just have setUp() and one testMethod().
Can someone tell me what I am doing wrong?
NOTE: I run via terminal with command gradle appName:cC
Solution
I found my answer. I need to add the Spoon Gradle Plugin
Answered By - Chad Bingham
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.