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, toString
Copyright © 2011–2014. All rights reserved.