OrchestratorCallback.Default


class OrchestratorCallback.Default : OrchestratorCallback


Default implementation for OrchestratorCallback.

Summary

Public constructors

Public functions

Unit
addTest(test: String!)

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

IBinder!
Unit

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
const String!
DESCRIPTOR = "androidx.test.orchestrator.callback.OrchestratorCallback"

Public constructors

Default

Default()

Public functions

addTest

fun addTest(test: String!): Unit

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

asBinder

fun asBinder(): IBinder!

sendTestNotification

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.