Searched refs:textMatcher (Results 1 – 2 of 2) sorted by relevance
139 final Matcher<String> textMatcher = is(expected); in dropdownTitleMatcher() local144 return textMatcher.matches(selectedDoc.displayName); in dropdownTitleMatcher()150 textMatcher.describeTo(description); in dropdownTitleMatcher()
265 final Matcher<CharSequence> textMatcher) { in withToolbarTitle() argument269 return textMatcher.matches(toolbar.getTitle()); in withToolbarTitle()275 textMatcher.describeTo(description); in withToolbarTitle()