Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsEmptyIterable.java10 public class IsEmptyIterable<E> extends TypeSafeMatcher<Iterable<? extends E>> { class
33 return new IsEmptyIterable<E>(); in emptyIterable()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsEmptyIterableTest.java10 import static org.hamcrest.collection.IsEmptyIterable.emptyIterable;
32 needs(IsEmptyIterable.emptyIterableOf(String.class)); in testCompiles()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java829 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterable(); in emptyIterable()
841 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterableOf(unusedToForceReturnType); in emptyIterableOf()