Searched defs:IsCollectionContaining (Results 1 – 2 of 2) sorted by relevance
14 public class IsCollectionContaining<T> extends TypeSafeMatcher<Iterable<T>> { class17 public IsCollectionContaining(Matcher<? extends T> elementMatcher) { in IsCollectionContaining() method in IsCollectionContaining
13 public class IsCollectionContaining<T> extends TypeSafeMatcher<Iterable<T>> { class16 public IsCollectionContaining(Matcher<? extends T> elementMatcher) { in IsCollectionContaining() method in IsCollectionContaining