public abstract class MapTypeSafeMatcher<M extends java.util.Map<?,?>>
extends org.hamcrest.BaseMatcher<M>
| Constructor and Description |
|---|
MapTypeSafeMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Object item) |
protected abstract boolean |
matchesSafely(M map) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toStringpublic boolean matches(java.lang.Object item)
protected abstract boolean matchesSafely(M map)