Home
last modified time | relevance | path

Searched defs:emptyCollectionOf (Results 1 – 2 of 2) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsEmptyCollection.java50 public static <E> Matcher<Collection<E>> emptyCollectionOf(Class<E> unusedToForceReturnType) { in emptyCollectionOf() method in IsEmptyCollection
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java819 …public static <E> org.hamcrest.Matcher<java.util.Collection<E>> emptyCollectionOf(java.lang.Class<… in emptyCollectionOf() method in Matchers