Fixed
Status Update
Comments
nk...@google.com <nk...@google.com>
nk...@google.com <nk...@google.com> #3
Maybe getActivityResult can be hidden in ActivityResultMatchers and add something like
ActivityResultMatchers.activityFinishedWith(Activity, Matchers<ActivityResult>)
ActivityResultMatchers.activityFinishedWith(Activity, Matchers<ActivityResult>)
ma...@gmail.com <ma...@gmail.com> #4
Working with the alpha. Thanks!
Description
Library used (Espresso, Runner, Rules etc.): Runner
Version used: 1.0.0
What steps will reproduce the problem?
See project here:
How are you running your tests (via Android Studio, Gradle, adb, etc.)?
Gradle
What is the expected output? What do you see instead?
Test should be found and run but instead a No tests found error is reported. Using the 0.5 version of runner successfully executes the tests. This appears to be a regression between 0.5 and 1.0.0.