Searched refs:emptyIterableOf (Results 1 – 3 of 3) sorted by relevance
45 public static <E> Matcher<Iterable<E>> emptyIterableOf(Class<E> unusedToForceReturnType) { in emptyIterableOf() method in IsEmptyIterable
32 needs(IsEmptyIterable.emptyIterableOf(String.class)); in testCompiles()
840 …public static <E> org.hamcrest.Matcher<java.lang.Iterable<E>> emptyIterableOf(java.lang.Class<E> u… in emptyIterableOf() method in Matchers841 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterableOf(unusedToForceReturnType); in emptyIterableOf()