package

androidx.test.internal.runner.listener

Classes

ActivityFinisherRunListenerEnsures that no activities are running when a test method starts and that no activities are still running when it ends.
CoverageListenerA test that generates EMMA code coverage.
DelayInjectorA that injects a given delay between tests.
InstrumentationResultPrinterA that sends detailed pass/fail results back as instrumentation status bundles.
InstrumentationRunListenerA that has access to a .
LogRunListenerA that outputs test events to logcat.
SuiteAssignmentPrinterThis class measures the elapsed run time of each test, and used it to report back to the user which suite (SmallTest, MediumTest, LargeTest) the test should belong to.
TraceRunListenerA JUnit RunListener that reports info for each test case