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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsEmptyIterable.java29 * <pre>assertThat(new ArrayList&lt;String&gt;(), is(emptyIterable()))</pre>
32 public static <E> Matcher<Iterable<? extends E>> emptyIterable() { method in class:IsEmptyIterable
46 return (Matcher)emptyIterable();
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
H A DIsEmptyIterableTest.java10 import static org.hamcrest.collection.IsEmptyIterable.emptyIterable;
16 return emptyIterable();
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java826 * <pre>assertThat(new ArrayList&lt;String&gt;(), is(emptyIterable()))</pre>
828 public static <E> org.hamcrest.Matcher<java.lang.Iterable<? extends E>> emptyIterable() { method in class:Matchers
829 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterable();

Completed in 96 milliseconds