ITestPlatformEvent


interface ITestPlatformEvent : IInterface

Known direct subclasses
ITestPlatformEvent.Default

Default implementation for ITestPlatformEvent.

ITestPlatformEvent.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 ITestPlatformEvent.

Local-side IPC implementation stub class.

Constants

const String!
DESCRIPTOR = "androidx.test.services.events.platform.ITestPlatformEvent"

Public functions

Unit
send(testPlatformEvent: TestPlatformEvent!)

Sends back notifications for the status of test execution.

Inherited functions

From android.os.IInterface

Constants

DESCRIPTOR

const val DESCRIPTOR = "androidx.test.services.events.platform.ITestPlatformEvent": String!

Public functions

send

fun send(testPlatformEvent: TestPlatformEvent!): Unit

Sends back notifications for the status of test execution.