Searched refs:checkResults (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jdk/test/javax/naming/ldap/LdapName/
H A DCompareToEqualsTests.java71 checkResults(new LdapName(names1[i]),
85 checkResults(l1, l2, 0);
88 checkResults(l1, l2, 0);
91 checkResults(l1, l2, -1);
102 static void checkResults(LdapName name1, LdapName name2, int expectedResult) method in class:CompareToEqualsTests
/openjdk10/jdk/test/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java86 checkResults(src,dst);
94 private static void checkResults(BufferedImage src, BufferedImage dst) { method in class:BmpBigDestinationTest
H A DReaderListenersTest.java95 progressAdapter.checkResults();
207 public void checkResults() { method in class:ReaderListenersTest.IIOReadProgressAdapter
/openjdk10/jdk/test/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java86 checkResults(src,dst);
94 private static void checkResults(BufferedImage src, BufferedImage dst) { method in class:WbmpBigDestinationTest
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DWriterTest.java103 Assert.assertTrue(checkResults(outputFile, files[0] + ".org"));
147 // assertTrue(checkResults(testTwo+".out", testTwo+".org"));
177 Assert.assertTrue(checkResults(outputFile, files[2] + ".org"));
210 Assert.assertTrue(checkResults(outputFile, files[3] + ".org"));
270 Assert.assertTrue(checkResults(outputFile, files[4] + ".org"));
330 Assert.assertTrue(checkResults(outputFile, files[5] + ".org"));
379 Assert.assertTrue(checkResults(outputFile, files[6] + ".org"));
429 Assert.assertTrue(checkResults(outputFile, files[7] + ".org"));
481 Assert.assertTrue(checkResults(outputFile, files[7] + ".org"));
532 // assertTrue(checkResults(file
748 protected boolean checkResults(String checkFile, String orgFile) { method in class:WriterTest
[all...]
/openjdk10/hotspot/test/gc/g1/plab/
H A DTestPLABResize.java93 checkResults(out.getOutput(), testCase);
104 private static void checkResults(String output, TestCase testCase) { method in class:TestPLABResize
H A DTestPLABEvacuationFailure.java121 checkResults();
124 private static void checkResults() { method in class:TestPLABEvacuationFailure
H A DTestPLABPromotion.java123 checkResults(testCase);
127 private static void checkResults(TestCase testCase) { method in class:TestPLABPromotion
/openjdk10/jdk/test/java/awt/TextArea/UsingWithMouse/
H A DSelectionAutoscrollTest.java67 selectionAutoscrollTest.checkResults();
177 void checkResults() { method in class:SelectionAutoscrollTest
/openjdk10/jdk/test/sun/awt/image/ImageRepresentation/
H A DLUTCompareTest.java78 checkResults(img);
113 private static void checkResults(Image image) { method in class:LUTCompareTest
/openjdk10/hotspot/test/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/
H A DTransformTestCommon.java97 public static void checkResults(TestEntry entry, OutputAnalyzer out, method in class:TransformTestCommon
H A DTransformRelatedClasses.java168 TransformTestCommon.checkResults(entry, out, parent, child);
/openjdk10/hotspot/test/gc/g1/humongousObjects/objectGraphTest/
H A DTestObjectGraphAfterGC.java126 * Implements testing with 3 methods - allocateObjectGraph, checkResults and checkGCLog
148 checkResults(nodeData, checker);
229 private static void checkResults(Set<ReferenceInfo<Object[]>> nodeData, Consumer<ReferenceInfo<Object[]>> checker) { method in class:TestObjectGraphAfterGC

Completed in 146 milliseconds