Searched refs:doTests (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/test/javax/imageio/spi/
H A DServiceRegistryRestriction.java73 void doTests(Class<?> clazz, boolean expectFail) { method in class:ServiceRegistryRestriction
80 doTests(ImageInputStreamSpi.class, false);
81 doTests(ImageOutputStreamSpi.class, false);
82 doTests(ImageReaderSpi.class, false);
83 doTests(ImageTranscoderSpi.class, false);
84 doTests(ImageWriterSpi.class, false);
85 doTests(DummyTestSpi.class, true);
/openjdk10/jdk/test/java/nio/file/FileStore/
H A DBasic.java49 doTests(dir);
66 static void doTests(Path dir) throws IOException { method in class:Basic
/openjdk10/hotspot/test/compiler/rangechecks/
H A DTestRangeCheckSmearing.java329 new TestRangeCheckSmearing().doTests();
422 void doTests() { method in class:TestRangeCheckSmearing
/openjdk10/jdk/test/java/nio/file/Files/
H A DFileAttributes.java270 static void doTests(Path dir) throws IOException { method in class:FileAttributes
299 doTests(dir);
/openjdk10/jdk/test/com/sun/jdi/
H A DInterfaceMethodsTest.java119 tc.doTests(tc);
122 private void doTests(TargetClass ref) { method in class:InterfaceMethodsTest.TargetClass
147 bpe = resumeTo(TARGET_CLASS_NAME, "doTests", "(L" + TARGET_CLASS_NAME +";)V");

Completed in 178 milliseconds