Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
ITestRunEvent |
Defines an interface for remote Instrumentation service to send notifications / run events to the Test Runner.
|
Classes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# androidx.test.services.events.run\n=================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/test/services/events/run/package-summary \"View this page in Kotlin\") \\|Java\n\nInterfaces\n----------\n\n|-----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|\n| [ITestRunEvent](/reference/androidx/test/services/events/run/ITestRunEvent) | Defines an interface for remote Instrumentation service to send notifications / run events to the Test Runner. |\n\nClasses\n-------\n\n|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ITestRunEvent.Default](/reference/androidx/test/services/events/run/ITestRunEvent.Default) | Default implementation for ITestRunEvent. |\n| [ITestRunEvent.Stub](/reference/androidx/test/services/events/run/ITestRunEvent.Stub) | Local-side IPC implementation stub class. |\n| [TestAssumptionFailureEvent](/reference/androidx/test/services/events/run/TestAssumptionFailureEvent) | Denotes that the test ended with a TEST_ASSUMPTION_FAILURE. |\n| [TestFailureEvent](/reference/androidx/test/services/events/run/TestFailureEvent) | Denotes that the test ended with a TEST_FAILURE. |\n| [TestFinishedEvent](/reference/androidx/test/services/events/run/TestFinishedEvent) | Denotes that the test ended with a TEST_FINISHED. |\n| [TestIgnoredEvent](/reference/androidx/test/services/events/run/TestIgnoredEvent) | Denotes that the test ended with a TEST_IGNORED. |\n| [TestRunEvent](/reference/androidx/test/services/events/run/TestRunEvent) | Base class for all other `TestRunEvents` to extend. |\n| [TestRunEventWithTestCase](/reference/androidx/test/services/events/run/TestRunEventWithTestCase) | Represents a [TestRunEvent](/reference/androidx/test/services/events/run/TestRunEvent) with an associated [TestCaseInfo](/reference/androidx/test/services/events/TestCaseInfo). |\n| [TestRunFinishedEvent](/reference/androidx/test/services/events/run/TestRunFinishedEvent) | Denotes that the test ended with a TEST_RUN_FINISHED event. |\n| [TestRunStartedEvent](/reference/androidx/test/services/events/run/TestRunStartedEvent) | Denotes that the test ended with a TEST_RUN_STARTED event. |\n| [TestStartedEvent](/reference/androidx/test/services/events/run/TestStartedEvent) | Denotes that the test ended with a TEST_STARTED. |"]]