Searched defs:stringMatcher (Results 1 – 5 of 5) sorted by relevance
92 StringMatcher stringMatcher = StringMatcher.newBuilder().setExact("foo.com").build(); in missingPeerCerts() local107 StringMatcher stringMatcher = StringMatcher.newBuilder().setExact("foo.com").build(); in emptyArrayPeerCerts() local122 StringMatcher stringMatcher = StringMatcher.newBuilder().setExact("foo.com").build(); in noSansInPeerCerts() local139 StringMatcher stringMatcher = in oneSanInPeerCertsVerifies() local156 StringMatcher stringMatcher = in oneSanInPeerCertsVerifies_differentCase_expectException() local177 StringMatcher stringMatcher = in oneSanInPeerCertsVerifies_ignoreCase() local190 StringMatcher stringMatcher = in oneSanInPeerCerts_prefix() local207 StringMatcher stringMatcher = in oneSanInPeerCertsPrefix_differentCase_expectException() local225 StringMatcher stringMatcher = in oneSanInPeerCerts_prefixIgnoreCase() local241 StringMatcher stringMatcher = in oneSanInPeerCerts_suffix() local[all …]
37 public static Matcher<ViewHierarchyElement> withText(Matcher<String> stringMatcher) { in withText()60 Matcher<String> stringMatcher) { in withContentDescription()83 public static Matcher<ViewHierarchyElement> withTestTag(Matcher<String> stringMatcher) { in withTestTag()105 public static Matcher<ViewHierarchyElement> withClassName(Matcher<String> stringMatcher) { in withClassName()138 Matcher<String> stringMatcher, in WithStringFeatureMatcher()
64 public void stringMatcher() { in stringMatcher() method in MatcherTest
71 public abstract StringMatcher stringMatcher(); in stringMatcher() method in Matchers.HeaderMatcher130 String name, StringMatcher stringMatcher, boolean inverted) { in forString()141 @Nullable StringMatcher stringMatcher, boolean inverted) { in create()
209 public static StrMatcher stringMatcher(final String str) { in stringMatcher() method in StrMatcher