public interface

ITestRunEvent

 androidx.test.services.events.run.ITestRunEvent

Subclasses:

ITestRunEvent.Default, ITestRunEvent.Stub

Overview

Defines an interface for remote service to send notifications / run events to the Test Runner.

Summary

Fields
public static final java.lang.StringDESCRIPTOR

Methods
public voidsend(TestRunEvent testRunEvent)

Sends back notifications for the status of test execution.

Fields

public static final java.lang.String DESCRIPTOR

Methods

public void send(TestRunEvent testRunEvent)

Sends back notifications for the status of test execution.