Uses of Class
com.jayway.jsonassert.impl.matcher.CollectionMatcher

Packages that use CollectionMatcher
com.jayway.jsonassert   
com.jayway.jsonassert.impl.matcher   
 

Uses of CollectionMatcher in com.jayway.jsonassert
 

Methods in com.jayway.jsonassert that return CollectionMatcher
static CollectionMatcher JsonAssert.collectionWithSize(org.hamcrest.Matcher<? super Integer> sizeMatcher)
           
 

Uses of CollectionMatcher in com.jayway.jsonassert.impl.matcher
 

Subclasses of CollectionMatcher in com.jayway.jsonassert.impl.matcher
 class IsCollectionWithSize<E>
          Matches if collection size satisfies a nested matcher.
 class IsEmptyCollection<E>
          Tests if collection is empty.
 



Copyright © 2011-2012. All Rights Reserved.