package

androidx.test.espresso.base

Interfaces

ActiveRootListerProvides access to all root views in an application.
IdlingUiControllerSimilar to UiController but with one additional method that enables getting an instance of IdlingResourceRegistry.
InterruptableUiControllerSimilar to UiController but with one additional method that enables interrupting Espresso tasks.

Classes

BaseLayerModuleDagger module for creating the implementation classes within the base package.
BaseLayerModule_FailureHandlerHolder_Factory
BaseLayerModule_ProvideActiveRootListerFactory
BaseLayerModule_ProvideCompatAsyncTaskMonitorFactory
BaseLayerModule_ProvideControlledLooperFactory
BaseLayerModule_ProvideDefaultFailureHanderFactory
BaseLayerModule_ProvideDynamicNotiferFactory
BaseLayerModule_ProvideEventInjectorFactory
BaseLayerModule_ProvideFailureHanderFactory
BaseLayerModule_ProvideFailureHandlerFactory
BaseLayerModule_ProvideLifecycleMonitorFactory
BaseLayerModule_ProvideMainLooperFactory
BaseLayerModule_ProvideMainThreadExecutorFactory
BaseLayerModule_ProvideRemoteExecutorFactory
BaseLayerModule_ProvideSdkAsyncTaskMonitorFactory
BaseLayerModule_ProvidesTracingFactory
BaseLayerModule_ProvideTargetContextFactory
BaseLayerModule.FailureHandlerHolderHolder for AtomicReference which allows updating it at runtime.
DefaultFailureHandlerEspresso's default FailureHandler.
IdlingResourceRegistryKeeps track of user-registered IdlingResources.
IdlingResourceRegistry_Factory
PlatformTestStorageModuleDagger module for creating PlatformTestStorage instances.
PlatformTestStorageModule_ProvideTestStorageFactory
RootsOracle_Factory
RootViewPickerProvides the root View of the top-most Window, with which the user can interact.
RootViewPicker_Factory
RootViewPicker_RootResultFetcher_Factory
ThreadPoolExecutorExtractor_Factory
UiControllerImpl_Factory
UiControllerModuleDagger module for UiController.
UiControllerModule_ProvideUiControllerFactory
ViewFinderImplImplementation of ViewFinder.
ViewFinderImpl_Factory

Annotation Types

DefaultAnnotates a default provider.
MainThreadAnnotates an Executor that executes tasks on the main thread
RootViewPickerScopeScope for components that use RootViewPicker.