{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface InterruptableUiController extends UiController
Similar to UiController but with one additional method that enables interrupting Espresso tasks.
This interface used for Espresso internals and shouldn't be called by external users. It's much safer to let all Espresso tasks to be successfully executed on the main thread.
Public methods |
|
|---|---|
abstract void |
Interrupts all Espresso tasks scheduled to be executed on the main thread. |
Inherited methods |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||
abstract void interruptEspressoTasks()
Interrupts all Espresso tasks scheduled to be executed on the main thread.
Note: This method is used for Espresso internals and shouldn't be called by external users. It's much safer to let all Espresso tasks to be successfully executed on the main thread.