{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

NoOpOrchestratorConnection

class NoOpOrchestratorConnection


A no-op connection to the Android test orchestrator.

Summary

Public constructors

Public functions

Unit
connect(context: Context)
Unit
send(testDiscoveryEvent: TestDiscoveryEvent)
Unit
send(event: TestRunEvent)

Public constructors

NoOpOrchestratorConnection

NoOpOrchestratorConnection()

Public functions

connect

fun connect(context: Context): Unit

send

fun send(testDiscoveryEvent: TestDiscoveryEvent): Unit

send

fun send(event: TestRunEvent): Unit