public abstract class CollectionMatcher<C extends Collection<?>>
extends org.hamcrest.BaseMatcher<C>
| Constructor and Description |
|---|
CollectionMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Object item) |
protected abstract boolean |
matchesSafely(C collection) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toStringCopyright © 2017. All rights reserved.