androidx.test.services.events.run


Interfaces

ITestRunEvent

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

Classes

ITestRunEvent.Default

Default implementation for ITestRunEvent.

ITestRunEvent.Stub

Local-side IPC implementation stub class.

TestAssumptionFailureEvent

Denotes that the test ended with a TEST_ASSUMPTION_FAILURE.

TestFailureEvent

Denotes that the test ended with a TEST_FAILURE.

TestFinishedEvent

Denotes that the test ended with a TEST_FINISHED.

TestIgnoredEvent

Denotes that the test ended with a TEST_IGNORED.

TestRunEvent

Base class for all other TestRunEvents to extend.

TestRunEventWithTestCase

Represents a TestRunEvent with an associated TestCaseInfo.

TestRunFinishedEvent

Denotes that the test ended with a TEST_RUN_FINISHED event.

TestRunStartedEvent

Denotes that the test ended with a TEST_RUN_STARTED event.

TestStartedEvent

Denotes that the test ended with a TEST_STARTED.