androidx.test.services.events.platform


Interfaces

ITestPlatformEvent

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

Classes

ITestPlatformEvent.Default

Default implementation for ITestPlatformEvent.

ITestPlatformEvent.Stub

Local-side IPC implementation stub class.

TestCaseErrorEvent

This event is sent when an error is encountered while a test case is running.

TestCaseFinishedEvent

Marks the end of an individual test case and the overall status of that test.

TestCaseStartedEvent

Represents the start of an individual test case.

TestPlatformEvent

Base class for all other TestPlatformEvents to extend.

TestPlatformEventFactory

The factory for CREATOR.

TestRunErrorEvent

This event is sent when an error is encountered in a test run but cannot be attributed to any specific test case.

TestRunFinishedEvent

This event indicates that all tests in a test run are finished running.

TestRunStartedEvent

This event should be sent once at the beginning of a test run to signal that more events will follow.

Enums

TestPlatformEvent.EventType

Each derived class will return its corresponding EventType in instanceType.