Home
last modified time | relevance | path

Searched refs:emptyIterable (Results 1 – 3 of 3) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsEmptyIterable.java32 public static <E> Matcher<Iterable<? extends E>> emptyIterable() { in emptyIterable() method in IsEmptyIterable
46 return (Matcher)emptyIterable(); in emptyIterableOf()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsEmptyIterableTest.java10 import static org.hamcrest.collection.IsEmptyIterable.emptyIterable;
16 return emptyIterable(); in createMatcher()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java828 public static <E> org.hamcrest.Matcher<java.lang.Iterable<? extends E>> emptyIterable() { in emptyIterable() method in Matchers
829 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterable(); in emptyIterable()