| androidx.test.espresso.base.InterruptableUiController |
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Interrupts all Espresso tasks scheduled to be executed on the main thread.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
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.