Class MapTypeSafeMatcher<M extends Map<?,?> >
java.lang.Object
org.hamcrest.BaseMatcher<M>
com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher<M>
- All Implemented Interfaces:
org.hamcrest.Matcher<M>, org.hamcrest.SelfDescribing
- Direct Known Subclasses:
IsMapContainingKey, IsMapContainingValue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hamcrest.SelfDescribing
describeTo
-
Constructor Details
-
MapTypeSafeMatcher
public MapTypeSafeMatcher()
-
-
Method Details
-
matches
-
matchesSafely
-