{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public abstract class OrchestrationRunListener
Listens to events created during an orchestration run.
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
Instrumentation |
|
void |
orchestrationRunStarted(int testCount) |
void |
setInstrumentation(Instrumentation instrumentation) |
void |
testAssumptionFailure(ParcelableFailure failure) |
void |
testFailure(ParcelableFailure failure) |
void |
testFinished(ParcelableDescription description) |
void |
testIgnored(ParcelableDescription description) |
void |
testProcessFinished(String message) |
void |
testRunFinished(ParcelableResult result) |
void |
testRunStarted(ParcelableDescription description) |
void |
testStarted(ParcelableDescription description) |