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
Fix instrumentation output on assumption failures at class level.
Currently if a ClassRule or a BeforeClass method throws an assumptionFailure,
InstrumentationResultPrinter does not emit testStarted and testFinished events.
This change modifies the assumption failure logic so they get treated in the
same way as test failures - emitting testStarted and testFinished events
on class-level assumption failures.
PiperOrigin-RevId: 666398526
Copy file name to clipboardExpand all lines: runner/android_junit_runner/javatests/androidx/test/internal/runner/listener/InstrumentationResultPrinterTest.java
0 commit comments