Searched defs:withText (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
H A DViewMatchers.java370 * Sugar for withText(is("string")).
372 public static Matcher<View> withText(String text) { method in class:ViewMatchers
373 return withText(is(text));
382 public static Matcher<View> withText(final Matcher<String> stringMatcher) { method in class:ViewMatchers
404 public static Matcher<View> withText(final int resourceId) { method in class:ViewMatchers

Completed in 211 milliseconds