package

androidx.test.services.events.run

Interfaces

ITestRunEventDefines an interface for remote service to send notifications / run events to the Test Runner.

Classes

ITestRunEvent._Parcel
ITestRunEvent.DefaultDefault implementation for ITestRunEvent.
ITestRunEvent.StubLocal-side IPC implementation stub class.
TestAssumptionFailureEventDenotes that the test ended with a TEST_ASSUMPTION_FAILURE.
TestFailureEventDenotes that the test ended with a TEST_FAILURE.
TestFinishedEventDenotes that the test ended with a TEST_FINISHED.
TestIgnoredEventDenotes that the test ended with a TEST_IGNORED.
TestRunEventBase class for all other TestRunEvents to extend.
TestRunEventWithTestCaseRepresents a TestRunEvent with an associated TestCaseInfo.
TestRunFinishedEventDenotes that the test ended with a TEST_RUN_FINISHED event.
TestRunStartedEventDenotes that the test ended with a TEST_RUN_STARTED event.
TestStartedEventDenotes that the test ended with a TEST_STARTED.