public interface

InterruptableUiController

implements UiController
androidx.test.espresso.base.InterruptableUiController

Class Overview

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.

Summary

Public Methods
abstract void interruptEspressoTasks()
Interrupts all Espresso tasks scheduled to be executed on the main thread.
[Expand]
Inherited Methods
From interface androidx.test.espresso.UiController

Public Methods

public 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.