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