ITestRunEvent


public interface ITestRunEvent extends 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

public class ITestRunEvent.Default implements ITestRunEvent

Default implementation for ITestRunEvent.

public abstract class ITestRunEvent.Stub extends Binder implements ITestRunEvent

Local-side IPC implementation stub class.

Constants

default static final String
DESCRIPTOR = "androidx.test.services.events.run.ITestRunEvent"

Public methods

abstract void
send(TestRunEvent testRunEvent)

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.run.ITestRunEvent"

Public methods

send

abstract void send(TestRunEvent testRunEvent)

Sends back notifications for the status of test execution.