package

androidx.test.espresso

Interfaces

BaseLayerComponentDagger component for base classes.
EspressoExceptionUsed for identifying an exception as coming from the Espresso framework.
FailureHandlerHandles failures that happen during test execution.
IdlingResourceRepresents a resource of an application under test which can cause asynchronous background work to happen during test execution (e.g.
IdlingResource.ResourceCallbackRegistered by an IdlingResource to notify Espresso of a transition to idle.
RootViewExceptionAn EspressoException that can provide a Root View.
UiControllerProvides base-level UI operations (such as injection of MotionEvents) that can be used to build user actions such as clicks, scrolls, swipes, etc.
ViewActionResponsible for performing an interaction on the given View element.
ViewAssertionResponsible for performing assertions on a View element.
ViewFinderUses matchers to locate particular views within the view hierarchy.
ViewInteractionComponentDagger component for view interaction classes.

Classes

AmbiguousViewMatcherException.BuilderBuilder for AmbiguousViewMatcherException.
DaggerBaseLayerComponent
DaggerBaseLayerComponent.Builder
DataInteractionAn interface to interact with data displayed in AdapterViews.
DataInteraction.DisplayDataMatcherInternal matcher that is required for Espresso.
DataInteractionRemoteRegisters all supported DataInteraction remote features with the RemoteDescriptorRegistry
EspressoEntry point to the Espresso framework.
GraphHolderHolds Espresso's object graph.
IdlingPoliciesAllows users fine grain control over idling policies.
IdlingPolicyAllows users to control idling idleTimeouts in Espresso.
IdlingRegistryHandles registering and unregistering of IdlingResources with Espresso from within your application code.
NoMatchingViewException.BuilderBuilder for NoMatchingViewException.
PerformException.BuilderBuilder for PerformException.
RootRepresents a root view in the application and optionally the layout params of the window holding it.
Root.Builder
ViewInteractionProvides the primary interface for test authors to perform actions or asserts on views.
ViewInteraction_Factory
ViewInteractionModule_ProvideNeedsActivityFactory
ViewInteractionModule_ProvideRemoteInteractionFactory
ViewInteractionModule_ProvideRootMatcherFactory
ViewInteractionModule_ProvideRootViewFactory
ViewInteractionModule_ProvideTestFlowVisualizerFactory
ViewInteractionModule_ProvideViewFinderFactory
ViewInteractionModule_ProvideViewMatcherFactory