Home
last modified time | relevance | path

Searched defs:emptyCollection (Results 1 – 3 of 3) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsEmptyIterableTest.java41 private static Collection<Integer> emptyCollection() { in emptyCollection() method in IsEmptyIterableTest
DIsEmptyCollectionTest.java42 private static Collection<Integer> emptyCollection() { in emptyCollection() method in IsEmptyCollectionTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java244 protected MinimalCollection<E> emptyCollection() { in emptyCollection() method in AbstractContainerTester