com.jayway.jsonassert.impl.matcher
Class IsMapContainingKey<K>
java.lang.Object
org.hamcrest.BaseMatcher<M>
com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher<java.util.Map<K,?>>
com.jayway.jsonassert.impl.matcher.IsMapContainingKey<K>
- All Implemented Interfaces:
- org.hamcrest.Matcher<java.util.Map<K,?>>, org.hamcrest.SelfDescribing
public class IsMapContainingKey<K>
- extends MapTypeSafeMatcher<java.util.Map<K,?>>
|
Method Summary |
void |
describeTo(org.hamcrest.Description description)
|
static
<K> org.hamcrest.Matcher<java.util.Map<K,?>> |
|
hasKey(K key)
|
static
<K> org.hamcrest.Matcher<java.util.Map<K,?>> |
|
hasKey(org.hamcrest.Matcher<K> keyMatcher)
|
boolean |
matchesSafely(java.util.Map<K,?> item)
|
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IsMapContainingKey
public IsMapContainingKey(org.hamcrest.Matcher<K> keyMatcher)
matchesSafely
public boolean matchesSafely(java.util.Map<K,?> item)
- Specified by:
matchesSafely in class MapTypeSafeMatcher<java.util.Map<K,?>>
describeTo
public void describeTo(org.hamcrest.Description description)
hasKey
public static <K> org.hamcrest.Matcher<java.util.Map<K,?>> hasKey(K key)
hasKey
public static <K> org.hamcrest.Matcher<java.util.Map<K,?>> hasKey(org.hamcrest.Matcher<K> keyMatcher)
Copyright © 2011-2012. All Rights Reserved.