ITestDiscoveryEvent


interface ITestDiscoveryEvent : IInterface

Known direct subclasses
ITestDiscoveryEvent.Default

Default implementation for ITestDiscoveryEvent.

ITestDiscoveryEvent.Stub

Local-side IPC implementation stub class.


Defines an interface for Instrumentation (e.g. AndroidJUnitRunner to communicate with the remote Orchestrator test discovery service.

Summary

Nested types

Default implementation for ITestDiscoveryEvent.

Local-side IPC implementation stub class.

Constants

const String!
DESCRIPTOR = "androidx.test.services.events.discovery.ITestDiscoveryEvent"

Public functions

Unit
send(testDiscoveryEvent: TestDiscoveryEvent!)

Sends back notifications for the status of test discovery.

Inherited functions

From android.os.IInterface

Constants

DESCRIPTOR

const val DESCRIPTOR = "androidx.test.services.events.discovery.ITestDiscoveryEvent": String!

Public functions

send

fun send(testDiscoveryEvent: TestDiscoveryEvent!): Unit

Sends back notifications for the status of test discovery.