A B C D E F G H I K L M N O P R S T U V W 

A

AdapterDataLoaderAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Forces an AdapterView to ensure that the data matching a provided data matcher is loaded into the current view hierarchy.
AdapterDataLoaderAction(<any>, <any>, AdapterViewProtocol) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.AdapterDataLoaderAction
 
AdapterViewProtocol - Interface in com.google.android.apps.common.testing.ui.espresso.action
A sadly necessary layer of indirection to interact with AdapterViews.
AdapterViewProtocol.AdaptedData - Class in com.google.android.apps.common.testing.ui.espresso.action
A holder that associates a data object from an AdapterView with a token the AdapterViewProtocol can use to force that data object to be rendered as a child or deeper descendant of the adapter view.
AdapterViewProtocol.AdaptedData.Builder - Class in com.google.android.apps.common.testing.ui.espresso.action
 
AdapterViewProtocol.AdaptedData.Builder() - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData.Builder
 
AdapterViewProtocols - Class in com.google.android.apps.common.testing.ui.espresso.action
Implementations of AdapterViewProtocol for standard SDK Widgets.
AmbiguousViewMatcherException - Exception in com.google.android.apps.common.testing.ui.espresso
An exception which indicates that a Matcher matched multiple views in the hierarchy when only one view was expected.
AmbiguousViewMatcherException.Builder - Class in com.google.android.apps.common.testing.ui.espresso
AmbiguousViewMatcherException.Builder() - Constructor for class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
AppNotIdleException - Exception in com.google.android.apps.common.testing.ui.espresso
An exception which indicates that the App has not become idle even after the specified duration.
assertThat(T, <any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
A replacement for MatcherAssert.assertThat that renders View objects nicely.
assertThat(String, T, <any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
A replacement for MatcherAssert.assertThat that renders View objects nicely.
atPosition(Integer) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Selects the view which matches the nth position on the adapter based on the data matcher.

B

BaseLayerModule - Class in com.google.android.apps.common.testing.ui.espresso.base
Dagger module for creating the implementation classes within the base package.
BaseLayerModule() - Constructor for class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
BaseLayerModule.FailureHandlerHolder - Class in com.google.android.apps.common.testing.ui.espresso.base
Holder for AtomicReference which allows updating it at runtime.
BaseLayerModule.FailureHandlerHolder(FailureHandler) - Constructor for class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule.FailureHandlerHolder
 
BoundedMatcher<T,S extends T> - Class in com.google.android.apps.common.testing.ui.espresso.matcher
Some matcher sugar that lets you create a matcher for a given type but only process items of a specific subtype of that matcher.
BoundedMatcher(Class<? extends S>) - Constructor for class com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher
 
BoundedMatcher(Class<?>, Class<?>, Class<?>...) - Constructor for class com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher
 
breadthFirstViewTraversal(View) - Static method in class com.google.android.apps.common.testing.ui.espresso.util.TreeIterables
Returns an iterable which iterates thru the provided view and its children in a breadth-first, row-level-order traversal.
build() - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData.Builder
 
build() - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder
 
build() - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
build() - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
build() - Method in class com.google.android.apps.common.testing.ui.espresso.PerformException.Builder
 
build() - Method in class com.google.android.apps.common.testing.ui.espresso.Root.Builder
 

C

calculateCoordinates(View) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.CoordinatesProvider
Calculates coordinates of given view.
check(ViewAssertion) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Performs an assertion on the state of the view after we force the data to be loaded.
check(<any>, <any>) - Method in interface com.google.android.apps.common.testing.ui.espresso.ViewAssertion
Checks the state of the given view (if such a view is present).
check(ViewAssertion) - Method in class com.google.android.apps.common.testing.ui.espresso.ViewInteraction
Checks the given ViewAssertion on the the view selected by the current view matcher.
clearText() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that clears text on the view.

View constraints: must be displayed on screen
ClearTextAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Clears view text by setting EditTexts text property to "".
ClearTextAction() - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.ClearTextAction
 
click() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that clicks the view.

View constraints: must be displayed on screen
click(ViewAction) - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that performs a single click on the view.
CloseKeyboardAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Closes soft keyboard.
CloseKeyboardAction() - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.CloseKeyboardAction
 
closeSoftKeyboard() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that closes soft keyboard.
closeSoftKeyboard() - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Closes soft keyboard if open.
com.google.android.apps.common.testing.ui.espresso - package com.google.android.apps.common.testing.ui.espresso
 
com.google.android.apps.common.testing.ui.espresso.action - package com.google.android.apps.common.testing.ui.espresso.action
 
com.google.android.apps.common.testing.ui.espresso.assertion - package com.google.android.apps.common.testing.ui.espresso.assertion
 
com.google.android.apps.common.testing.ui.espresso.base - package com.google.android.apps.common.testing.ui.espresso.base
 
com.google.android.apps.common.testing.ui.espresso.contrib - package com.google.android.apps.common.testing.ui.espresso.contrib
 
com.google.android.apps.common.testing.ui.espresso.matcher - package com.google.android.apps.common.testing.ui.espresso.matcher
 
com.google.android.apps.common.testing.ui.espresso.util - package com.google.android.apps.common.testing.ui.espresso.util
 
CoordinatesProvider - Interface in com.google.android.apps.common.testing.ui.espresso.action
Interface to implement calculation of Coordinates.
CountingIdlingResource - Class in com.google.android.apps.common.testing.ui.espresso.contrib
An implementation of IdlingResource that determines idleness by maintaining an internal counter.
CountingIdlingResource(String) - Constructor for class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
Creates a CountingIdlingResource without debug tracing.
CountingIdlingResource(String, boolean) - Constructor for class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
Creates a CountingIdlingResource.
create(List<String>, int, int) - Static method in exception com.google.android.apps.common.testing.ui.espresso.AppNotIdleException
Deprecated.
create(<any>, List<Root>) - Static method in exception com.google.android.apps.common.testing.ui.espresso.NoMatchingRootException
 

D

data - Variable in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData
One of the objects the AdapterView is exposing to the user.
DataInteraction - Class in com.google.android.apps.common.testing.ui.espresso
An interface to interact with data displayed in AdapterViews.
decrement() - Method in class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
Decrements the count of in-flight transactions to the resource being monitored.
Default - Annotation Type in com.google.android.apps.common.testing.ui.espresso.base
Annotates a default provider.
DEFAULT - Static variable in class com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers
Espresso's default Root matcher.
DefaultFailureHandler - Class in com.google.android.apps.common.testing.ui.espresso.base
Espresso's default FailureHandler.
DefaultFailureHandler(Context) - Constructor for class com.google.android.apps.common.testing.ui.espresso.base.DefaultFailureHandler
 
depthFirstViewTraversal(View) - Static method in class com.google.android.apps.common.testing.ui.espresso.util.TreeIterables
Returns an iterable which iterates thru the provided view and its children in a depth-first, in-order traversal.
depthFirstViewTraversalWithDistance(View) - Static method in class com.google.android.apps.common.testing.ui.espresso.util.TreeIterables
Creates an iterable that traverses the tree formed by the given root.
describe(View) - Static method in class com.google.android.apps.common.testing.ui.espresso.util.HumanReadables
Transforms an arbitrary view into a string with (hopefully) enough debug info.
describePrecision() - Method in interface com.google.android.apps.common.testing.ui.espresso.action.PrecisionDescriber
Different touch target sizes.
doesNotExist() - Static method in class com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions
Returns an assert that ensures the view matcher does not find any matching view in the hierarchy.
doubleClick() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that double clicks the view.

View preconditions: must be displayed on screen
dumpStateToLogs() - Method in class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
Prints the current state of this resource to the logcat at info level.

E

EditorAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Performs whatever editor (IME) action is available on a view.
EditorAction() - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.EditorAction
 
Espresso - Class in com.google.android.apps.common.testing.ui.espresso
Entry point to the Espresso framework.
EspressoException - Interface in com.google.android.apps.common.testing.ui.espresso
Used for identifying an exception as coming from the Espresso framework.
EspressoKey - Class in com.google.android.apps.common.testing.ui.espresso.action
Class that wraps the key code and meta state of the desired key press.
EspressoKey.Builder - Class in com.google.android.apps.common.testing.ui.espresso.action
Builder for the EspressoKey class.
EspressoKey.Builder() - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder
 

F

FailureHandler - Interface in com.google.android.apps.common.testing.ui.espresso
Handles failures that happen during test execution.
from(AmbiguousViewMatcherException) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
from(NoMatchingViewException) - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
from(PerformException) - Method in class com.google.android.apps.common.testing.ui.espresso.PerformException.Builder
 

G

GeneralClickAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Enables clicking on views.
GeneralClickAction(Tapper, CoordinatesProvider, PrecisionDescriber) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.GeneralClickAction
 
GeneralClickAction(Tapper, CoordinatesProvider, PrecisionDescriber, ViewAction) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.GeneralClickAction
 
GeneralLocation - Enum in com.google.android.apps.common.testing.ui.espresso.action
Calculates coordinate position for general locations.
GeneralSwipeAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Enables swiping across a view.
GeneralSwipeAction(Swiper, CoordinatesProvider, CoordinatesProvider, PrecisionDescriber) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.GeneralSwipeAction
 
get() - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule.FailureHandlerHolder
 
get() - Method in class com.google.android.apps.common.testing.ui.espresso.base.RootViewPicker
 
getActionDescription() - Method in exception com.google.android.apps.common.testing.ui.espresso.PerformException
 
getAdaptedData() - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterDataLoaderAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterDataLoaderAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.ClearTextAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.CloseKeyboardAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.EditorAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.GeneralClickAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.GeneralSwipeAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.KeyEventAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.ScrollToAction
 
getConstraints() - Method in class com.google.android.apps.common.testing.ui.espresso.action.TypeTextAction
 
getConstraints() - Method in interface com.google.android.apps.common.testing.ui.espresso.ViewAction
A mechanism for ViewActions to specify what type of views they can operate on.
getDataInAdapterView(AdapterView<? extends Adapter>) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol
Returns all data this AdapterViewProtocol can find within the given AdapterView.
getDataRenderedByView(AdapterView<? extends Adapter>, View) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol
Returns the data object this particular view is rendering if possible.
getDecorView() - Method in class com.google.android.apps.common.testing.ui.espresso.Root
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterDataLoaderAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.ClearTextAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.CloseKeyboardAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.EditorAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.GeneralClickAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.GeneralSwipeAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.KeyEventAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.ScrollToAction
 
getDescription() - Method in class com.google.android.apps.common.testing.ui.espresso.action.TypeTextAction
 
getDescription() - Method in interface com.google.android.apps.common.testing.ui.espresso.ViewAction
Returns a description of the view action.
getDistanceFromRoot() - Method in class com.google.android.apps.common.testing.ui.espresso.util.TreeIterables.ViewAndDistance
 
getDynamicIdlingResourceErrorPolicy() - Static method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicies
 
getDynamicIdlingResourceWarningPolicy() - Static method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicies
 
getIdleTimeout() - Method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicy
The amount of time the policy allows a resource to be non-idle.
getIdleTimeoutUnit() - Method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicy
The unit for .
getKeyCode() - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey
 
getMasterIdlingPolicy() - Static method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicies
 
getMetaState() - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey
 
getName() - Method in class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
 
getName() - Method in interface com.google.android.apps.common.testing.ui.espresso.IdlingResource
Returns the name of the resources (used for logging and idempotency of registration).
getValue() - Method in enum com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.Visibility
 
getView() - Method in class com.google.android.apps.common.testing.ui.espresso.base.ViewFinderImpl
 
getView() - Method in class com.google.android.apps.common.testing.ui.espresso.util.TreeIterables.ViewAndDistance
 
getView() - Method in interface com.google.android.apps.common.testing.ui.espresso.ViewFinder
Immediately locates a single view within the provided view hierarchy.
getViewDescription() - Method in exception com.google.android.apps.common.testing.ui.espresso.PerformException
 
getViewHierarchyErrorMessage(View, <any>, String, <any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.util.HumanReadables
Prints out an error message feature the view hierarchy starting at the rootView.
getWindowLayoutParams() - Method in class com.google.android.apps.common.testing.ui.espresso.Root
 
GraphHolder - Class in com.google.android.apps.common.testing.ui.espresso
Holds Espresso's ObjectGraph.

H

handle(Throwable, <any>) - Method in class com.google.android.apps.common.testing.ui.espresso.base.DefaultFailureHandler
 
handle(Throwable, <any>) - Method in interface com.google.android.apps.common.testing.ui.espresso.FailureHandler
Handle the given error in a manner that makes sense to the environment in which the test is executed (e.g.
handleTimeout(List<String>, String) - Method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicy
Invoked when the idle idleTimeout has been exceeded.
hasContentDescription() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns an Matcher that matches Views with any content description.
hasDescendant(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views based on the presence of a descendant in its view hierarchy.
hasFocus() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views currently have focus.
hasImeAction(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches views that support input methods (e.g.
hasImeAction(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches views that support input methods (e.g.
hasSibling(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns an Matcher that matches Views based on their siblings.

This may be particularly useful when a view cannot be uniquely selected on properties such as text or R.id.
HumanReadables - Class in com.google.android.apps.common.testing.ui.espresso.util
Text converters for various Android objects.

I

IdlingPolicies - Class in com.google.android.apps.common.testing.ui.espresso
Allows users fine grain control over idling policies.
IdlingPolicy - Class in com.google.android.apps.common.testing.ui.espresso
Allows users to control idling idleTimeouts in Espresso.
IdlingResource - Interface in com.google.android.apps.common.testing.ui.espresso
Represents a resource of an application under test which can cause asynchronous background work to happen during test execution (e.g.
IdlingResource.ResourceCallback - Interface in com.google.android.apps.common.testing.ui.espresso
Registered by an IdlingResource to notify Espresso of a transition to idle.
IdlingResourceRegistry - Class in com.google.android.apps.common.testing.ui.espresso.base
Keeps track of user-registered IdlingResources.
IdlingResourceRegistry(Looper) - Constructor for class com.google.android.apps.common.testing.ui.espresso.base.IdlingResourceRegistry
 
IdlingResourceTimeoutException - Exception in com.google.android.apps.common.testing.ui.espresso
Indicates that an IdlingResource, which has been registered with the framework, has not idled within the allowed time.
IdlingResourceTimeoutException(List<String>) - Constructor for exception com.google.android.apps.common.testing.ui.espresso.IdlingResourceTimeoutException
 
inAdapterView(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Selects a particular adapter view to operate on, by default we operate on any adapter view on the screen.
includeViewHierarchy(boolean) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
includeViewHierarchy(boolean) - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
increment() - Method in class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
Increments the count of in-flight transactions to the resource being monitored.
initialize(Object...) - Static method in class com.google.android.apps.common.testing.ui.espresso.GraphHolder
 
InjectEventSecurityException - Exception in com.google.android.apps.common.testing.ui.espresso
An checked Exception indicating that event injection failed with a SecurityException.
InjectEventSecurityException(String) - Constructor for exception com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException
 
InjectEventSecurityException(Throwable) - Constructor for exception com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException
 
InjectEventSecurityException(String, Throwable) - Constructor for exception com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException
 
injectKeyEvent(KeyEvent) - Method in interface com.google.android.apps.common.testing.ui.espresso.UiController
Injects a key event into the application.
injectMotionEvent(MotionEvent) - Method in interface com.google.android.apps.common.testing.ui.espresso.UiController
Injects a motion event into the application.
injectString(String) - Method in interface com.google.android.apps.common.testing.ui.espresso.UiController
Types a string into the application using series of KeyEvents.
inRoot(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Causes this data interaction to work within the Root specified by the given root matcher.
inRoot(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.ViewInteraction
Makes this ViewInteraction scoped to the root selected by the given root matcher.
isAssignableFrom(Class<? extends View>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views which are an instance of or subclass of the provided class.
isChecked() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that accepts if and only if the view is a CompoundButton (or subtype of) and is in checked state.
isClickable() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views that are clickable.
isCompletelyDisplayed() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher which only accepts a view whose height and width fit perfectly within the currently displayed region of this view.
isDataRenderedWithinAdapterView(AdapterView<? extends Adapter>, AdapterViewProtocol.AdaptedData) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol
Indicates whether or not there now exists a descendant view within adapterView that is rendering this data.
isDescendantOfA(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views based on the given ancestor type.
isDialog() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers
Matches Roots that are dialogs (i.e.
isDisplayed() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views that are currently displayed on the screen to the user.
isDisplayingAtLeast(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher which accepts a view so long as a given percentage of that view's area is not obscured by any other view and is thus visible to the user.
isEnabled() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
isEnabled() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views that are enabled.
isFocusable() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers
Matches Roots that can take window focus.
isFocusable() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views that are focusable.
isIdleNow() - Method in class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
 
isIdleNow() - Method in interface com.google.android.apps.common.testing.ui.espresso.IdlingResource
Returns true if resource is currently idle.
isNotChecked() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that accepts if and only if the view is a CompoundButton (or subtype of) and is not in checked state.
isRoot() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches root View.
isTouchable() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers
Matches Roots that can receive touch events.

K

KeyEventAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Enables pressing KeyEvents on views.
KeyEventAction(EspressoKey) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.KeyEventAction
 

L

longClick() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that long clicks the view.

View preconditions: must be displayed on screen
loopMainThreadForAtLeast(long) - Method in interface com.google.android.apps.common.testing.ui.espresso.UiController
Loops the main thread for a specified period of time.
loopMainThreadUntilIdle() - Method in interface com.google.android.apps.common.testing.ui.espresso.UiController
Loops the main thread until the application goes idle.

M

MainThread - Annotation Type in com.google.android.apps.common.testing.ui.espresso.base
Annotates an Executor that executes tasks on the main thread
makeDataRenderedWithinAdapterView(AdapterView<? extends Adapter>, AdapterViewProtocol.AdaptedData) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol
Requests that a particular piece of data held in this AdapterView is actually rendered by it.
matches(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions
Returns a generic ViewAssertion that asserts that a view exists in the view hierarchy and is matched by the given view matcher.
matches(Object) - Method in class com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher
 
matchesSafely(S) - Method in class com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher
 

N

NoActivityResumedException - Exception in com.google.android.apps.common.testing.ui.espresso
An exception which indicates that there are no activities in stage RESUMED.
NoActivityResumedException(String) - Constructor for exception com.google.android.apps.common.testing.ui.espresso.NoActivityResumedException
 
NoActivityResumedException(String, Throwable) - Constructor for exception com.google.android.apps.common.testing.ui.espresso.NoActivityResumedException
 
NoMatchingRootException - Exception in com.google.android.apps.common.testing.ui.espresso
Indicates that a given matcher did not match any Roots (windows) from those that are currently available.
NoMatchingViewException - Exception in com.google.android.apps.common.testing.ui.espresso
Indicates that a given matcher did not match any elements in the view hierarchy.
NoMatchingViewException.Builder - Class in com.google.android.apps.common.testing.ui.espresso
NoMatchingViewException.Builder() - Constructor for class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 

O

onChildView(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Causes perform and check methods to take place on a specific child view of the view returned by Adapter.getView()
onData(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Creates an DataInteraction for a data object displayed by the application.
onTransitionToIdle() - Method in interface com.google.android.apps.common.testing.ui.espresso.IdlingResource.ResourceCallback
Called when the resource goes from busy to idle.
onView(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Creates an PartiallyScopedViewInteraction for a given view.
opaqueToken - Variable in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData
A token the implementor of AdapterViewProtocol can use to force the adapterView to display this data object as a child or deeper descendant in it.
openActionBarOverflowOrOptionsMenu(Context) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Opens the overflow menu displayed within an ActionBar.
openContextualActionModeOverflowMenu() - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Opens the overflow menu displayed in the contextual options of an ActionMode.

P

perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterDataLoaderAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.ClearTextAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.CloseKeyboardAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.EditorAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.GeneralClickAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.GeneralSwipeAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.KeyEventAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.ScrollToAction
 
perform(UiController, View) - Method in class com.google.android.apps.common.testing.ui.espresso.action.TypeTextAction
 
perform(ViewAction...) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Performs an action on the view after we force the data to be loaded.
perform(UiController, View) - Method in interface com.google.android.apps.common.testing.ui.espresso.ViewAction
Performs this action on the given view.
perform(ViewAction...) - Method in class com.google.android.apps.common.testing.ui.espresso.ViewInteraction
Performs the given action(s) on the view selected by the current view matcher.
PerformException - Exception in com.google.android.apps.common.testing.ui.espresso
Indicates that an exception occurred while performing a ViewAction on the UI thread.
PerformException.Builder - Class in com.google.android.apps.common.testing.ui.espresso
Builder for PerformException.
PerformException.Builder() - Constructor for class com.google.android.apps.common.testing.ui.espresso.PerformException.Builder
 
PrecisionDescriber - Interface in com.google.android.apps.common.testing.ui.espresso.action
Interface to implement size of click area.
PreferenceMatchers - Class in com.google.android.apps.common.testing.ui.espresso.matcher
A collection of hamcrest matchers that match Preferences.
Press - Enum in com.google.android.apps.common.testing.ui.espresso.action
Returns different touch target sizes.
pressBack() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that clicks the back button.
pressBack() - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Press on the back button.
pressImeActionButton() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that presses the current action button (next, done, search, etc) on the IME (Input Method Editor).
pressKey(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that presses the key specified by the keyCode (eg.
pressKey(EspressoKey) - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that presses the specified key with the specified modifiers.
pressMenuKey() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that presses the hardware menu key.
provideCompatAsyncTaskMonitor(ThreadPoolExecutorExtractor) - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideEventInjector() - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideKnownRoots(RootsOracle) - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideLifecycleMonitor() - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideMainLooper() - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideMainThreadExecutor(Looper) - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideSdkAsyncTaskMonitor(ThreadPoolExecutorExtractor) - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideTargetContext() - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 
provideUiController(UiControllerImpl) - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule
 

R

register(IdlingResource) - Method in class com.google.android.apps.common.testing.ui.espresso.base.IdlingResourceRegistry
Registers the given resource.
registerIdleTransitionCallback(IdlingResource.ResourceCallback) - Method in class com.google.android.apps.common.testing.ui.espresso.contrib.CountingIdlingResource
 
registerIdleTransitionCallback(IdlingResource.ResourceCallback) - Method in interface com.google.android.apps.common.testing.ui.espresso.IdlingResource
Registers the given IdlingResource.ResourceCallback with the resource.
registerIdlingResources(IdlingResource...) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Registers one or more IdlingResources with the framework.
registerLooper(Looper, boolean) - Method in class com.google.android.apps.common.testing.ui.espresso.base.IdlingResourceRegistry
 
registerLooperAsIdlingResource(Looper) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Registers a Looper for idle checking with the framework.
registerLooperAsIdlingResource(Looper, boolean) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Registers a Looper for idle checking with the framework.
Root - Class in com.google.android.apps.common.testing.ui.espresso
Represents a root view in the application and optionally the layout params of the window holding it.
Root.Builder - Class in com.google.android.apps.common.testing.ui.espresso
 
Root.Builder() - Constructor for class com.google.android.apps.common.testing.ui.espresso.Root.Builder
 
RootMatchers - Class in com.google.android.apps.common.testing.ui.espresso.matcher
A collection of matchers for Root objects.
RootViewPicker - Class in com.google.android.apps.common.testing.ui.espresso.base
Provides the root View of the top-most Window, with which the user can interact.

S

scrollTo() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that scrolls to the view.

View preconditions: must be a descendant of ScrollView must have visibility set to View.VISIBLE
ScrollToAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Enables scrolling to the given view.
ScrollToAction() - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.ScrollToAction
 
selectedDescendantsMatch(<any>, <any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions
Returns a generic ViewAssertion that asserts that the descendant views selected by the selector match the specified matcher.
sendSwipe(UiController, float[], float[], float[]) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.Swiper
Swipes from startCoordinates to endCoordinates using the given uiController to send MotionEvents.
sendTap(UiController, float[], float[]) - Method in interface com.google.android.apps.common.testing.ui.espresso.action.Tapper
Sends a MotionEvent to the given UiController.
setFailureHandler(FailureHandler) - Static method in class com.google.android.apps.common.testing.ui.espresso.Espresso
Changes the default FailureHandler to the given one.
setIdlingResourceTimeout(long, TimeUnit) - Static method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicies
Updates the IdlingPolicy used by IdlingResourceRegistry to determine when IdlingResources timeout.
setMasterPolicyTimeout(long, TimeUnit) - Static method in class com.google.android.apps.common.testing.ui.espresso.IdlingPolicies
Updates the IdlingPolicy used in UiController.loopUntil to detect AppNotIdleExceptions.
standardProtocol() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocols
Creates an implementation of AdapterViewProtocol that can work with AdapterViews that do not break method contracts on AdapterView.
supportsInputMethods() - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches views that support input methods.
Swipe - Enum in com.google.android.apps.common.testing.ui.espresso.action
Executes different swipe types to given positions.
swipeLeft() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that performs a swipe right-to-left across the vertical center of the view.

View constraints: must be displayed on screen
Swiper - Interface in com.google.android.apps.common.testing.ui.espresso.action
Interface to implement different swipe types.
Swiper.Status - Enum in com.google.android.apps.common.testing.ui.espresso.action
The result of the swipe.
swipeRight() - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that performs a swipe left-to-right across the vertical center of the view.

View constraints: must be displayed on screen

T

Tap - Enum in com.google.android.apps.common.testing.ui.espresso.action
Executes different click types to given position.
Tapper - Interface in com.google.android.apps.common.testing.ui.espresso.action
Interface to implement different click types.
Tapper.Status - Enum in com.google.android.apps.common.testing.ui.espresso.action
The result of the tap.
toString() - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData
 
toString() - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey
 
toString() - Method in class com.google.android.apps.common.testing.ui.espresso.Root
 
TreeIterables - Class in com.google.android.apps.common.testing.ui.espresso.util
Utility methods for iterating over tree structured items.
TreeIterables.ViewAndDistance - Class in com.google.android.apps.common.testing.ui.espresso.util
Represents the distance a given view is from the root view.
typeText(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that selects the view (by clicking on it) and types the provided string into the view.
TypeTextAction - Class in com.google.android.apps.common.testing.ui.espresso.action
Enables typing text on views.
TypeTextAction(String) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.TypeTextAction
Constructs TypeTextAction with given string.
TypeTextAction(String, boolean) - Constructor for class com.google.android.apps.common.testing.ui.espresso.action.TypeTextAction
Constructs TypeTextAction with given string.
typeTextIntoFocusedView(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.action.ViewActions
Returns an action that types the provided string into the view.

U

UiController - Interface in com.google.android.apps.common.testing.ui.espresso
Provides base-level UI operations (such as injection of MotionEvents) that can be used to build user actions such as clicks, scrolls, swipes, etc.
update(FailureHandler) - Method in class com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule.FailureHandlerHolder
 
usingAdapterViewProtocol(AdapterViewProtocol) - Method in class com.google.android.apps.common.testing.ui.espresso.DataInteraction
Use a different AdapterViewProtocol if the Adapter implementation does not satisfy the AdapterView contract like (@code ExpandableListView)

V

valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.GeneralLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Press
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Swipe
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Swiper.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Tap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Tapper.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.GeneralLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Press
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Swipe
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Swiper.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Tap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.action.Tapper.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
ViewAction - Interface in com.google.android.apps.common.testing.ui.espresso
Responsible for performing an interaction on the given View element.
ViewActions - Class in com.google.android.apps.common.testing.ui.espresso.action
A collection of common ViewActions.
ViewAssertion - Interface in com.google.android.apps.common.testing.ui.espresso
Responsible for performing assertions on a View element.
ViewAssertions - Class in com.google.android.apps.common.testing.ui.espresso.assertion
A collection of common ViewAssertions.
ViewFinder - Interface in com.google.android.apps.common.testing.ui.espresso
Uses matchers to locate particular views within the view hierarchy.
ViewFinderImpl - Class in com.google.android.apps.common.testing.ui.espresso.base
Implementation of ViewFinder.
ViewInteraction - Class in com.google.android.apps.common.testing.ui.espresso
Provides the primary interface for test authors to perform actions or asserts on views.
ViewMatchers - Class in com.google.android.apps.common.testing.ui.espresso.matcher
A collection of hamcrest matchers that match Views.
ViewMatchers.Visibility - Enum in com.google.android.apps.common.testing.ui.espresso.matcher
Enumerates the possible list of values for View.getVisibility().

W

withActionDescription(String) - Method in class com.google.android.apps.common.testing.ui.espresso.PerformException.Builder
 
withAdapterViews(List<View>) - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
withAdapterViewWarning(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
withAltPressed(boolean) - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder
Sets the ALT_ON meta state of the resulting key.
withCause(Throwable) - Method in class com.google.android.apps.common.testing.ui.espresso.PerformException.Builder
 
withChild(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
A matcher that returns true if and only if the view's child is accepted by the provided matcher.
withClassName(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views with class name matching the given matcher.
withContentDescription(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns an Matcher that matches Views based on content description property value.
withContentDescription(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns an Matcher that matches Views based on content description property value.
withCtrlPressed(boolean) - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder
On Honeycomb and above, sets the CTRL_ON meta state of the resulting key.
withData(Object) - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData.Builder
 
withDecorView(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers
Matches Roots with decor views that match the given view matcher.
withDecorView(View) - Method in class com.google.android.apps.common.testing.ui.espresso.Root.Builder
 
withEffectiveVisibility(ViewMatchers.Visibility) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views that have "effective" visibility set to the given value.
withId(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Sugar for withId(is(int)).
withId(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views based on resource ids.
withKey(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withKey(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withKeyCode(int) - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder
 
withOpaqueToken(Object) - Method in class com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData.Builder
 
withOtherAmbiguousViews(View...) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
withParent(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
A matcher that accepts a view if and only if the view's parent is accepted by the provided matcher.
withRootView(View) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
withRootView(View) - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
withShiftPressed(boolean) - Method in class com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder
Sets the SHIFT_ON meta state of the resulting key.
withSummary(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withSummaryText(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withSummaryText(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withTagKey(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches View based on tag keys.
withTagKey(int, <any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views based on tag keys.
withTagValue(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches Views based on tag property values.
withText(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches TextView based on it's text property value.
withText(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches TextViews based on text property value.
withText(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers
Returns a matcher that matches a descendant of TextView that is displaying the string associated with the given resource id.
withTitle(int) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withTitleText(String) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withTitleText(<any>) - Static method in class com.google.android.apps.common.testing.ui.espresso.matcher.PreferenceMatchers
 
withView1(View) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
withView2(View) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
withViewDescription(String) - Method in class com.google.android.apps.common.testing.ui.espresso.PerformException.Builder
 
withViewMatcher(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException.Builder
 
withViewMatcher(<any>) - Method in class com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException.Builder
 
withWindowLayoutParams(WindowManager.LayoutParams) - Method in class com.google.android.apps.common.testing.ui.espresso.Root.Builder
 
A B C D E F G H I K L M N O P R S T U V W