{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public class OrchestratorCallback.Stub.Proxy implements OrchestratorCallback
Public constructors |
|
|---|---|
Proxy() |
|
Public methods |
|
|---|---|
void |
Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating. |
void |
sendTestNotification(Bundle bundle)Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress. |
public void addTest(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 OrchestratorService constants to determine the notification type.