ITestPlatformEvent


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

public abstract class ITestPlatformEvent.Stub extends Binder implements ITestPlatformEvent

Local-side IPC implementation stub class.

Constants

default static final String
DESCRIPTOR = "androidx.test.services.events.platform.ITestPlatformEvent"

Public methods

abstract void
send(TestPlatformEvent testPlatformEvent)

Sends back notifications for the status of test execution.

Inherited methods

From android.os.IInterface
abstract IBinder

Constants

DESCRIPTOR

default static final String DESCRIPTOR = "androidx.test.services.events.platform.ITestPlatformEvent"

Public methods

send

abstract void send(TestPlatformEvent testPlatformEvent)

Sends back notifications for the status of test execution.