HomeSort by relevance Sort by last modified time
    Searched defs:keyMatcher (Results 1 - 11 of 11) sorted by null

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsMapContaining.java 14 private final Matcher<? super K> keyMatcher;
17 public IsMapContaining(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher) {
18 this.keyMatcher = keyMatcher;
25 if (keyMatcher.matches(entry.getKey()) && valueMatcher.matches(entry.getValue())) {
40 .appendDescriptionOf(keyMatcher)
48 * at least one entry whose key satisfies the specified <code>keyMatcher</code> <b>and</b> whose
53 * @param keyMatcher
56 * the value matcher that, in combination with the keyMatcher, must be satisfied by at least one entry
58 public static <K,V> Matcher<Map<? extends K,? extends V>> hasEntry(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher)
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 546 private static Matcher<Binding<?>> keyMatcher(final Class<?> clazz) {
575 bindListener(keyMatcher(Instance.class), new ChainAsserter(pList, chain.build()));
578 bindListener(keyMatcher(A.class), new ChainAsserter(pList, chain.build()));
581 bindListener(keyMatcher(BImpl.class), new ChainAsserter(pList, chain.build()));
584 bindListener(keyMatcher(C.class), new ChainAsserter(pList, chain.build()));
589 bindListener(keyMatcher(D.class), new ChainAsserter(pList, chain.build()));
590 bindListener(keyMatcher(DP.class), new ChainAsserter(pList, chain.build()));
593 bindListener(keyMatcher(E.class), new ChainAsserter(pList, chain.build()));
596 bindListener(keyMatcher(F.class), new ChainAsserter(pList, chain.build()));
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 

Completed in 410 milliseconds