ITestRunEvent


interface ITestRunEvent : IInterface

Known direct subclasses
ITestRunEvent.Default

Default implementation for ITestRunEvent.

ITestRunEvent.Stub

Local-side IPC implementation stub class.


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

Summary

Nested types

Default implementation for ITestRunEvent.

Local-side IPC implementation stub class.

Constants

const String!
DESCRIPTOR = "androidx.test.services.events.run.ITestRunEvent"

Public functions

Unit
send(testRunEvent: TestRunEvent!)

Sends back notifications for the status of test execution.

Inherited functions

From android.os.IInterface

Constants

DESCRIPTOR

const val DESCRIPTOR = "androidx.test.services.events.run.ITestRunEvent": String!

Public functions

send

fun send(testRunEvent: TestRunEvent!): Unit

Sends back notifications for the status of test execution.