| Modifier and Type | Method and Description |
|---|---|
static <K,V> AMap<K,V> |
containing(K key,
org.hamcrest.Matcher<? super V> valueMatcher) |
static <K,V> AMap<K,V> |
containing(Map<? extends K,? extends V> values) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Map<K,V> kvMap,
org.hamcrest.Description description) |
static <K,V> AMap<K,V> |
of(Class<K> keyClass,
Class<V> valueClass) |
AMap<K,V> |
with(K key,
org.hamcrest.Matcher<? super V> valueMatcher) |
AMap<K,V> |
with(K key,
V value) |
AMap<K,V> |
with(Map<? extends K,org.hamcrest.Matcher<? super V>> additionalMatchers) |
AMap<K,V> |
withValues(Map<? extends K,? extends V> additionalValues) |
Copyright © 2017. All Rights Reserved.