{% 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

Unit
Unit
Unit
Unit
Unit
Unit
Unit
Unit
Unit

Public properties

Instrumentation!

Public constructors

OrchestrationRunListener

OrchestrationRunListener()

Public functions

orchestrationRunStarted

fun orchestrationRunStarted(testCount: Int): 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

Public properties

instrumentation

var instrumentationInstrumentation!