Searched defs:IsCollectionWithSize (Results 1 – 1 of 1) sorted by relevance
13 public class IsCollectionWithSize<E> extends FeatureMatcher<Collection<? extends E>, Integer> { class14 public IsCollectionWithSize(Matcher<? super Integer> sizeMatcher) { in IsCollectionWithSize() method in IsCollectionWithSize