public interface

ITestDiscoveryEvent

 androidx.test.services.events.discovery.ITestDiscoveryEvent

Subclasses:

ITestDiscoveryEvent.Default, ITestDiscoveryEvent.Stub

Overview

Defines an interface for (e.g. AndroidJUnitRunner to communicate with the remote Orchestrator test discovery service.

Summary

Fields
public static final java.lang.StringDESCRIPTOR

Methods
public voidsend(TestDiscoveryEvent testDiscoveryEvent)

Sends back notifications for the status of test discovery.

Fields

public static final java.lang.String DESCRIPTOR

Methods

public void send(TestDiscoveryEvent testDiscoveryEvent)

Sends back notifications for the status of test discovery.