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