Searched defs:keyMatcher (Results 1 – 3 of 3) 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()
663 private static Matcher<Binding<?>> keyMatcher(final Class<?> clazz) { in keyMatcher() method in ProvisionListenerTest
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()