Class CollectionMatcher<C extends Collection<?>>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<C>
-
- dev.aherscu.qa.testing.utils.assertions.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>
-
-
Constructor Summary
Constructors Constructor Description CollectionMatcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
matches(Object item)
protected abstract boolean
matchesSafely(C collection)
-
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
-
-