Uses of Class
com.jayway.jsonassert.impl.matcher.CollectionMatcher
-
Packages that use CollectionMatcher Package Description com.jayway.jsonassert com.jayway.jsonassert.impl.matcher -
-
Uses of CollectionMatcher in com.jayway.jsonassert
Methods in com.jayway.jsonassert that return CollectionMatcher Modifier and Type Method Description static CollectionMatcher
JsonAssert. collectionWithSize(org.hamcrest.Matcher<? super java.lang.Integer> sizeMatcher)
Deprecated. -
Uses of CollectionMatcher in com.jayway.jsonassert.impl.matcher
Subclasses of CollectionMatcher in com.jayway.jsonassert.impl.matcher Modifier and Type Class Description class
IsCollectionWithSize<E>
Matches if collection size satisfies a nested matcher.class
IsEmptyCollection<E>
Tests if collection is empty.
-