Uses of Class
com.jayway.jsonassert.impl.matcher.CollectionMatcher
Packages that use CollectionMatcher
-
Uses of CollectionMatcher in com.jayway.jsonassert
Methods in com.jayway.jsonassert that return CollectionMatcherModifier and TypeMethodDescriptionstatic CollectionMatcher
JsonAssert.collectionWithSize
(org.hamcrest.Matcher<? super Integer> sizeMatcher) Deprecated. -
Uses of CollectionMatcher in com.jayway.jsonassert.impl.matcher
Subclasses of CollectionMatcher in com.jayway.jsonassert.impl.matcherModifier and TypeClassDescriptionclass
Matches if collection size satisfies a nested matcher.class
Tests if collection is empty.