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