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

OrchestrationRunListener

abstract class OrchestrationRunListener


Listens to events created during an orchestration run.

Summary

Public constructors

Public functions

Instrumentation
Unit
Unit
setInstrumentation(instrumentation: Instrumentation)
Unit
Unit
Unit
Unit
Unit
Unit
Unit
Unit

Public constructors

OrchestrationRunListener

OrchestrationRunListener()

Public functions

getInstrumentation

fun getInstrumentation(): Instrumentation

orchestrationRunStarted

fun orchestrationRunStarted(testCount: Int): Unit

setInstrumentation

fun setInstrumentation(instrumentation: Instrumentation): Unit

testAssumptionFailure

fun testAssumptionFailure(failure: ParcelableFailure): Unit

testFailure

fun testFailure(failure: ParcelableFailure): Unit

testFinished

fun testFinished(description: ParcelableDescription): Unit

testIgnored

fun testIgnored(description: ParcelableDescription): Unit

testProcessFinished

fun testProcessFinished(message: String): Unit

testRunFinished

fun testRunFinished(result: ParcelableResult): Unit

testRunStarted

fun testRunStarted(description: ParcelableDescription): Unit

testStarted

fun testStarted(description: ParcelableDescription): Unit