Home
last modified time | relevance | path

Searched defs:IsCollectionContaining (Results 1 – 1 of 1) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsCollectionContaining.java13 public class IsCollectionContaining<T> extends TypeSafeDiagnosingMatcher<Iterable<? super T>> { class
16 public IsCollectionContaining(Matcher<? super T> elementMatcher) { in IsCollectionContaining() method in IsCollectionContaining