Searched defs:hasItem (Results 1 – 6 of 6) sorted by relevance
21 public static <T> Matcher<Iterable<? super T>> hasItem(T element) { in hasItem() method in JUnitMatchers30 public static <T> Matcher<Iterable<? super T>> hasItem(Matcher<? super T> elementMatcher) { in hasItem() method in JUnitMatchers
69 public static <T> Matcher<Iterable<? super T>> hasItem(Matcher<? super T> itemMatcher) { in hasItem() method in IsCollectionContaining84 public static <T> Matcher<Iterable<? super T>> hasItem(T item) { in hasItem() method in IsCollectionContaining
55 bool DirectoryIterator::hasItem (void) const in hasItem() function in de::DirectoryIterator
173 …public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(org.hamcrest.Matcher… in hasItem() method in CoreMatchers188 public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(T item) { in hasItem() method in CoreMatchers
259 …public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(org.hamcrest.Matcher… in hasItem() method in Matchers274 public static <T> org.hamcrest.Matcher<java.lang.Iterable<? super T>> hasItem(T item) { in hasItem() method in Matchers
57 inline bool SubValueRangeIterator::hasItem (void) const in hasItem() function in rsg::SubValueRangeIterator