public interface

OrchestratorCallback

 androidx.test.orchestrator.callback.OrchestratorCallback

Subclasses:

OrchestratorCallback.Stub, OrchestratorCallback.Stub.Proxy

Overview

Defines an interface for remote service to speak to the {@link AndroidTestOrchestrator]

Summary

Methods
public voidaddTest(java.lang.String test)

Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating.

public voidsendTestNotification(Bundle bundle)

Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress.

Methods

public void addTest(java.lang.String test)

Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating.

public void sendTestNotification(Bundle bundle)

Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress. Use constants to determine the notification type.