Searched refs:emptyCollectionOf (Results 1 – 3 of 3) sorted by relevance
50 public static <E> Matcher<Collection<E>> emptyCollectionOf(Class<E> unusedToForceReturnType) { in emptyCollectionOf() method in IsEmptyCollection
33 needs(IsEmptyCollection.emptyCollectionOf(String.class)); in testCompiles()
819 …public static <E> org.hamcrest.Matcher<java.util.Collection<E>> emptyCollectionOf(java.lang.Class<… in emptyCollectionOf() method in Matchers820 return org.hamcrest.collection.IsEmptyCollection.<E>emptyCollectionOf(unusedToForceReturnType); in emptyCollectionOf()