public interface

ITestPlatformEvent

 androidx.test.services.events.platform.ITestPlatformEvent

Subclasses:

ITestPlatformEvent.Default, ITestPlatformEvent.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(TestPlatformEvent testPlatformEvent)

Sends back notifications for the status of test execution.

Fields

public static final java.lang.String DESCRIPTOR

Methods

public void send(TestPlatformEvent testPlatformEvent)

Sends back notifications for the status of test execution.