public static class MapMatchers.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Matcher<java.util.Map> |
contain(MapMatchers $this,
K key,
V v) |
static <K> Matcher<java.util.Map> |
haveKey(MapMatchers $this,
K key) |
static <V> Matcher<java.util.Map> |
haveValue(MapMatchers $this,
V v) |
public static <K> Matcher<java.util.Map> haveKey(MapMatchers $this, K key)
public static <V> Matcher<java.util.Map> haveValue(MapMatchers $this, V v)
public static <K,V> Matcher<java.util.Map> contain(MapMatchers $this, K key, V v)