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 CollectionMatcherJsonAssert.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 TypeClassDescriptionclassMatches if collection size satisfies a nested matcher.classTests if collection is empty.