com.jayway.jsonassert.impl.matcher
Class CollectionMatcher<C extends Collection<?>>
java.lang.Object
org.hamcrest.BaseMatcher<C>
com.jayway.jsonassert.impl.matcher.CollectionMatcher<C>
- All Implemented Interfaces:
- org.hamcrest.Matcher<C>, org.hamcrest.SelfDescribing
- Direct Known Subclasses:
- IsCollectionWithSize, IsEmptyCollection
public abstract class CollectionMatcher<C extends Collection<?>>
- extends org.hamcrest.BaseMatcher<C>
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
| Methods inherited from interface org.hamcrest.SelfDescribing |
describeTo |
CollectionMatcher
public CollectionMatcher()
matches
public boolean matches(Object item)
matchesSafely
protected abstract boolean matchesSafely(C collection)
Copyright © 2011-2012. All Rights Reserved.