Home
last modified time | relevance | path

Searched refs:emptyIterableOf (Results 1 – 3 of 3) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsEmptyIterable.java45 public static <E> Matcher<Iterable<E>> emptyIterableOf(Class<E> unusedToForceReturnType) { in emptyIterableOf() method in IsEmptyIterable
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsEmptyIterableTest.java32 needs(IsEmptyIterable.emptyIterableOf(String.class)); in testCompiles()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java840 …public static <E> org.hamcrest.Matcher<java.lang.Iterable<E>> emptyIterableOf(java.lang.Class<E> u… in emptyIterableOf() method in Matchers
841 return org.hamcrest.collection.IsEmptyIterable.<E>emptyIterableOf(unusedToForceReturnType); in emptyIterableOf()