Searched refs:emptyIterable (Results 1 – 3 of 3) sorted by relevance
32 public static <E> Matcher<Iterable<? extends E>> emptyIterable() { in emptyIterable() method in IsEmptyIterable46 return (Matcher)emptyIterable(); in emptyIterableOf()
10 import static org.hamcrest.collection.IsEmptyIterable.emptyIterable;16 return emptyIterable(); in createMatcher()
828 public static <E> org.hamcrest.Matcher<java.lang.Iterable<? extends E>> emptyIterable() { in emptyIterable() method in Matchers829 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterable(); in emptyIterable()