Searched refs:createTests (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/test/javax/imageio/stream/
H A DShortStreamTest.java40 TestCase[] tests = createTests();
81 private static TestCase[] createTests() { method in class:ShortStreamTest
/openjdk9/jdk/test/java/net/URLPermission/
H A DURLPermissionTest.java391 static Test[] createTests = { field in class:URLPermissionTest
484 for (int i=0; i<createTests.length; i++) {
485 CreateTest test = (CreateTest)createTests[i];
/openjdk9/jdk/test/java/nio/file/attribute/PosixFileAttributeView/
H A DBasic.java196 static void createTests(Path dir) method in class:Basic
388 createTests(dir);
/openjdk9/jdk/test/java/nio/file/Files/
H A DSBC.java50 createTests(dir);
73 static void createTests(Path dir) throws Exception { method in class:SBC
/openjdk9/jdk/test/java/lang/invoke/MethodHandles/
H A DCatchExceptionTest.java197 MANDATORY_TEST_CASES.addAll(createTests(args[0], args[1]));
229 private static List<CatchExceptionTest> createTests(int argsCount, method in class:TestFactory
/openjdk9/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DConcatTest.java83 public static Object[] createTests(String scenario, Collection<Integer> c1, Collection<Integer> c2, Collection<Integer> expected) { method in class:ConcatTest

Completed in 113 milliseconds