Searched defs:tests (Results 26 - 43 of 43) sorted by relevance

12

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputStreamTests.java41 package j2dbench.tests.iio;
62 streamTestRoot = new Group(streamRoot, "tests",
H A DInputTests.java41 package j2dbench.tests.iio;
H A DOutputImageTests.java41 package j2dbench.tests.iio;
108 imageioTestRoot = new Group(imageioRoot, "tests",
124 imageWriterTestRoot = new Group(imageWriterRoot, "tests",
260 // better handled by the ImageWriter tests below)
H A DInputImageTests.java41 package j2dbench.tests.iio;
117 toolkitTestRoot = new Group(toolkitRoot, "tests", "Toolkit Tests");
138 imageioTestRoot = new Group(imageioRoot, "tests",
164 imageReaderTestRoot = new Group(imageReaderRoot, "tests",
380 // better handled by the ImageReader tests below)
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java47 package j2dbench.tests.text;
71 constructtestroot = new Group(constructroot, "tests", "Construction Tests");
H A DTextMeasureTests.java47 package j2dbench.tests.text;
72 measuretestroot = new Group(measureroot, "tests", "Measuring Tests");
H A DTextTests.java47 package j2dbench.tests.text;
/openjdk7/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java55 for (Object[] test : tests) {
338 - legalValues. The objects are used to construct tests cases
342 private static final Object[][] tests = { field in class:BadConstraintTest
378 /* The tests here can only be expressed via Descriptors because an
H A DConstraintTest.java42 for (Object[][] test : tests) {
408 private static final Object[][][] tests = { field in class:ConstraintTest
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java93 // Commented-out tests below require change to implementation
95 private static final Object tests[] = { field in class:QueryExpStringTest
141 for (int i = 0; i < tests.length; i += 2) {
142 String testString = tests[i].toString();
143 String expected = (String) tests[i + 1];
155 if (tests[i] instanceof ValueExp)
/openjdk7/langtools/test/tools/javac/processing/
H A DT6920317.java68 tests.add(Integer.valueOf(args[i]));
73 // Run tests for all combinations of files on command line, source path and class path.
142 if (tests.size() > 0 && !tests.contains(count))
340 Set<Integer> tests = new HashSet<Integer>(); field in class:T6920317
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java41 package j2dbench.tests;
113 rendertestroot = new Group(renderroot, "tests", "Rendering Tests");
H A DImageTests.java41 package j2dbench.tests;
135 imgtestroot = new Group(imageroot, "tests",
167 imageOpTestRoot = new Group(imageOpRoot, "tests", "Tests");
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java135 private static TestAction[] tests = { field in class:BrokenConnectionTest
460 for (int i = 1; i <= tests.length; i++) {
461 TestAction ta = tests[i - 1];
/openjdk7/jdk/test/java/net/URI/
H A DTest.java1539 static void tests() throws IOException, URISyntaxException { method in class:Test
1556 out.println(" java Test -- Runs all tests in this file");
1602 tests();
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java239 private List<TestParameters> tests; field in class:CipherTest
251 tests = new ArrayList<TestParameters>(
270 tests.add(new TestParameters(cipherSuite, protocol,
275 testIterator = tests.iterator();
337 // no more tests
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java238 private List<TestParameters> tests; field in class:CipherTest
251 tests = new ArrayList<TestParameters>(
270 tests.add(new TestParameters(cipherSuite, protocol,
275 testIterator = tests.iterator();
337 // no more tests
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java238 private List<TestParameters> tests; field in class:CipherTest
250 tests = new ArrayList<TestParameters>(
270 tests.add(new TestParameters(cipherSuite, protocol,
276 testIterator = tests.iterator();
338 // no more tests

Completed in 113 milliseconds

12