Searched defs:keyMatcher (Results 1 – 7 of 7) sorted by relevance
14 private final Matcher<? super K> keyMatcher; field in IsMapContaining17 public IsMapContaining(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher) { in IsMapContaining()58 …c static <K,V> Matcher<Map<? extends K,? extends V>> hasEntry(Matcher<? super K> keyMatcher, Match… in hasEntry()87 public static <K> Matcher<Map<? extends K, ?>> hasKey(Matcher<? super K> keyMatcher) { in hasKey()
1058 …tcher<java.util.Map<? extends K,? extends V>> hasEntry(org.hamcrest.Matcher<? super K> keyMatcher,… in hasEntry()1087 ….hamcrest.Matcher<java.util.Map<? extends K,?>> hasKey(org.hamcrest.Matcher<? super K> keyMatcher)… in hasKey()
android/support/test/espresso/intent/rule/IntentsTestRule.class IntentsTestRule.java package ...
protobuf.meta android/support/test/espresso/web/webdriver/WebDriverAtomScripts.class WebDriverAtomScripts ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
663 private static Matcher<Binding<?>> keyMatcher(final Class<?> clazz) { in keyMatcher() method in ProvisionListenerTest