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 RunListener that generates EMMA code coverage.
DelayInjectorA RunListener that injects a given delay between tests.
InstrumentationResultPrinterA RunListener that sends detailed pass/fail results back as instrumentation status bundles.
InstrumentationRunListenerA RunListener that has access to a .
LogRunListenerA RunListener 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