package

androidx.test.services.events.platform

Interfaces

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

Classes

ITestPlatformEvent._Parcel
ITestPlatformEvent.DefaultDefault implementation for ITestPlatformEvent.
ITestPlatformEvent.StubLocal-side IPC implementation stub class.
TestCaseErrorEventThis event is sent when an error is encountered while a test case is running.
TestCaseFinishedEventMarks the end of an individual test case and the overall status of that test.
TestCaseStartedEventRepresents the start of an individual test case.
TestPlatformEventBase class for all other TestPlatformEvents to extend.
TestPlatformEventFactoryThe factory for TestPlatformEvent.CREATOR.
TestRunErrorEventThis event is sent when an error is encountered in a test run but cannot be attributed to any specific test case.
TestRunFinishedEventThis event indicates that all tests in a test run are finished running.
TestRunStartedEventThis event should be sent once at the beginning of a test run to signal that more events will follow.

Enums

TestPlatformEvent.EventTypeEach derived class will return its corresponding EventType in TestPlatformEvent.instanceType().