ITestDiscoveryEvent


public interface ITestDiscoveryEvent extends 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.

public abstract class ITestDiscoveryEvent.Stub extends Binder implements ITestDiscoveryEvent

Local-side IPC implementation stub class.

Constants

default static final String
DESCRIPTOR = "androidx.test.services.events.discovery.ITestDiscoveryEvent"

Public methods

abstract void
send(TestDiscoveryEvent testDiscoveryEvent)

Sends back notifications for the status of test discovery.

Inherited methods

From android.os.IInterface
abstract IBinder

Constants

DESCRIPTOR

default static final String DESCRIPTOR = "androidx.test.services.events.discovery.ITestDiscoveryEvent"

Public methods

send

abstract void send(TestDiscoveryEvent testDiscoveryEvent)

Sends back notifications for the status of test discovery.