Searched refs:IsEmptyIterable (Results 1 – 3 of 3) sorted by relevance
10 public class IsEmptyIterable<E> extends TypeSafeMatcher<Iterable<? extends E>> { class33 return new IsEmptyIterable<E>(); in emptyIterable()
10 import static org.hamcrest.collection.IsEmptyIterable.emptyIterable;32 needs(IsEmptyIterable.emptyIterableOf(String.class)); in testCompiles()
829 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterable(); in emptyIterable()841 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterableOf(unusedToForceReturnType); in emptyIterableOf()