Home
last modified time | relevance | path

Searched refs:emptyCollectionOf (Results 1 – 3 of 3) 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/test/java/org/hamcrest/collection/
DIsEmptyCollectionTest.java33 needs(IsEmptyCollection.emptyCollectionOf(String.class)); in testCompiles()
/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
820 return org.hamcrest.collection.IsEmptyCollection.<E>emptyCollectionOf(unusedToForceReturnType); in emptyCollectionOf()