OrchestratorCallback.Default


public class OrchestratorCallback.Default implements OrchestratorCallback


Default implementation for OrchestratorCallback.

Summary

Public constructors

Public methods

void

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

IBinder
void

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

Inherited Constants

From androidx.test.orchestrator.callback.OrchestratorCallback
static final String
DESCRIPTOR = "androidx.test.orchestrator.callback.OrchestratorCallback"

Public constructors

Default

public Default()

Public methods

addTest

public void addTest(String test)

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

asBinder

public IBinder asBinder()

sendTestNotification

public void sendTestNotification(Bundle bundle)

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