androidx.test.espresso.base
Kotlin
|Java
Annotations
| Default | Annotates a default provider. |
| MainThread | Annotates an Executor that executes tasks on the main thread |
| RootViewPickerScope |
Scope for components that use RootViewPicker.
|
Interfaces
| ActiveRootLister | Provides access to all root views in an application. |
| IdlingUiController |
Similar to UiController but with one additional method that enables getting an instance
of IdlingResourceRegistry.
|
| InterruptableUiController |
Similar to UiController but with one additional method that enables interrupting Espresso
tasks.
|
Classes
| DefaultFailureHandler |
Espresso's default FailureHandler.
|
| IdlingResourceRegistry |
Keeps track of user-registered IdlingResources.
|
| RootViewPicker | Provides the root View of the top-most Window, with which the user can interact. |
| ViewFinderImpl |
Implementation of ViewFinder.
|

