Espresso Cheat Sheet 2.1.0
Espresso Cheat Sheet 2.1.0
.perform(ViewAction) .DataOptions
.check(ViewAssertion); .perform(ViewAction)
.check(ViewAssertion);
intended(IntentMatcher); intending(IntentMatcher)
.respondWith(ActivityResult);
Intent Matchers
INTENT URI BUNDLE
hasAction(...) hasHost(...) hasEntry(...)
hasCategories(...) hasParamWithName(...) hasKey(...)
hasData(...) hasPath(...) hasValue(...)
hasComponent(...) hasParamWithValue(...)
hasExtra(...) hasScheme(...)
hasExtras(Matcher) hasSchemeSpecificPart(...)
hasExtraWithKey(...)
hasType(...)
hasPackage()
COMPONENT NAME
toPackage(String)
hasFlag(int) hasClassName(...)
hasFlags(...) hasPackageName(...)
isInternal() hasShortClassName(...)
hasMyPackageName()
v2.1.0, 4/21/2015