Home
last modified time | relevance | path

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

/external/junit/src/org/junit/internal/matchers/
DIsCollectionContaining.java14 public class IsCollectionContaining<T> extends TypeSafeMatcher<Iterable<T>> { class
17 public IsCollectionContaining(Matcher<? extends T> elementMatcher) { in IsCollectionContaining() method in IsCollectionContaining
/external/hamcrest/library/src/org/hamcrest/collection/
DIsCollectionContaining.java13 public class IsCollectionContaining<T> extends TypeSafeMatcher<Iterable<T>> { class
16 public IsCollectionContaining(Matcher<? extends T> elementMatcher) { in IsCollectionContaining() method in IsCollectionContaining