You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a testcase using the AndroidJUnit4.class runner
2. Create a test with a failing assumption
3. Run test
What is the expected output? What do you see instead?
"The default JUnit runner treats tests with failing assumptions as ignored.
Custom runners may behave differently."
Expected: Test report contains the test marked as skipped via the <skipped />
node
Actual: The test counts a failure due to a AssumptionViolatedException
What version of the product are you using? On what operating system?
Espresso 2.0 on any operating system
Please provide any additional information below.
Test skips are currently possible through the @Ignore annotation
Attached is an example project.
Original issue reported on code.google.com by [email protected] on 26 Jan 2015 at 8:27
Original issue reported on code.google.com by
[email protected]
on 26 Jan 2015 at 8:27Attachments:
The text was updated successfully, but these errors were encountered: