public abstract class MapTypeSafeMatcher<M extends Map<?,?>>
extends org.hamcrest.BaseMatcher<M>
Constructor and Description |
---|
MapTypeSafeMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Object item) |
protected abstract boolean |
matchesSafely(M map) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
Copyright © 2011–2014. All rights reserved.