Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/testlibrary/
DCollectionSupplier.java56 public static final class TestCase<C extends Collection<Integer>> { class in CollectionSupplier
83 public TestCase(String name, Function<Collection<Integer>, C> supplier, C collection) { in TestCase() method in CollectionSupplier.TestCase