| Constructor and Description |
|---|
MapMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapMatcher<K,V> |
containsEntries(Class<K> key,
Class<V> value) |
void |
describeTo(org.hamcrest.Description description) |
MapMatcher<K,V> |
entry(K key,
V value) |
protected boolean |
matchesSafely(Map<K,V> item) |
static <K,V> MapMatcher<K,V> |
noEntries(Class<K> key,
Class<V> value) |
describeMismatch, describeMismatchSafely, matchespublic MapMatcher<K,V> entry(K key, V value)
public void describeTo(org.hamcrest.Description description)
public static <K,V> MapMatcher<K,V> noEntries(Class<K> key, Class<V> value)
public static <K,V> MapMatcher<K,V> containsEntries(Class<K> key, Class<V> value)
Copyright © 2016. All rights reserved.