Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 2 of 2) 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
/libcore/ojluni/src/test/java/lang/StackWalker/
DVerifyStackTrace.java55 static interface TestCase { interface in VerifyStackTrace