Searched defs:emptyCollectionOf (Results 1 – 2 of 2) sorted by relevance
50 public static <E> Matcher<Collection<E>> emptyCollectionOf(Class<E> unusedToForceReturnType) { in emptyCollectionOf() method in IsEmptyCollection
819 …public static <E> org.hamcrest.Matcher<java.util.Collection<E>> emptyCollectionOf(java.lang.Class<… in emptyCollectionOf() method in Matchers