|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<C>
com.jayway.jsonassert.impl.matcher.CollectionMatcher<C>
public abstract class CollectionMatcher<C extends java.util.Collection<?>>
| Constructor Summary | |
|---|---|
CollectionMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.Object item)
|
protected abstract boolean |
matchesSafely(C collection)
|
| Methods inherited from class org.hamcrest.BaseMatcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.hamcrest.SelfDescribing |
|---|
describeTo |
| Constructor Detail |
|---|
public CollectionMatcher()
| Method Detail |
|---|
public boolean matches(java.lang.Object item)
protected abstract boolean matchesSafely(C collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||