Searched refs:suite (Results 1 - 25 of 103) sorted by relevance

12345

/libcore/dom/src/test/java/tests/api/org/w3c/dom/
H A DAllTests_Level2.java35 public static final Test suite() { method in class:AllTests_Level2
48 throw new RuntimeException("problem creating dom test suite", e);
50 TestSuite suite = new JUnitTestSuiteAdapter(domSuite);
51 return suite;
H A DAllTests_Level1.java35 public static final Test suite() { method in class:AllTests_Level1
48 throw new RuntimeException("problem creating dom test suite, "+e.getClass().getName()+", "+e.getMessage(), e);
50 TestSuite suite = new JUnitTestSuiteAdapter(domSuite);
51 return suite;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java51 // TODO: Rewrite this test so that id doesn't need a suite().
52 private static junit.framework.Test suite() { method in class:OutputStreamTesterTest
53 TestSuite suite = new TestSuite();
56 suite.addTest(new FileOutputStreamSinkTester(true).createTests());
57 suite.addTest(new FileOutputStreamSinkTester(false).createTests());
58 suite.addTest(new ByteArrayOutputStreamSinkTester(0).setThrowsExceptions(false).createTests());
59 suite.addTest(new ByteArrayOutputStreamSinkTester(4).setThrowsExceptions(false).createTests());
60 suite.addTest(new PipedOutputStreamSinkTester().createTests());
63 suite.addTest(new BufferedOutputStreamTester(1).createTests());
64 suite
[all...]
H A DWriterTesterTest.java49 // TODO: Rewrite this test so that id doesn't need a suite().
50 private static junit.framework.Test suite() { method in class:WriterTesterTest
51 TestSuite suite = new TestSuite();
54 suite.addTest(new FileWriterCharSinkTester(true).createTests());
55 suite.addTest(new FileWriterCharSinkTester(false).createTests());
56 suite.addTest(new CharArrayWriterCharSinkTester().setThrowsExceptions(false).createTests());
57 suite.addTest(new StringWriterCharSinkTester().setThrowsExceptions(false).createTests());
58 suite.addTest(new PipedWriterCharSinkTester().createTests());
61 suite.addTest(new BufferedWriterCharSinkTester(1).createTests());
62 suite
[all...]
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A DTestBatik.java28 public static TestSuite suite() throws Exception method in class:TestBatik
H A DTestCrimson.java29 public static TestSuite suite() throws Exception method in class:TestCrimson
H A DTestCrimsonAltConfig.java29 public static TestSuite suite() throws Exception method in class:TestCrimsonAltConfig
H A DTestDOM4J.java28 public static TestSuite suite() throws Exception method in class:TestDOM4J
H A DTestDefaultLS.java26 * Test suite that runs all DOM L1 Core tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
H A DTestDefaultLSAltConfig.java26 * Test suite that runs all DOM L1 Core tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
H A DTestDefaultParser.java27 public static TestSuite suite() throws Exception method in class:TestDefaultParser
H A DTestDefaultParserAltConfig.java27 public static TestSuite suite() throws Exception method in class:TestDefaultParserAltConfig
H A DTestGNUJAXP.java29 public static TestSuite suite() throws Exception method in class:TestGNUJAXP
H A DTestGNUJAXPAltConfig.java29 public static TestSuite suite() throws Exception method in class:TestGNUJAXPAltConfig
H A DTestJTidy.java28 public static TestSuite suite() throws Exception method in class:TestJTidy
H A DTestOracle.java29 public static TestSuite suite() throws Exception method in class:TestOracle
H A DTestOracleAltConfig.java29 public static TestSuite suite() throws Exception method in class:TestOracleAltConfig
H A DTestXerces.java29 public static TestSuite suite() throws Exception method in class:TestXerces
H A DTestXercesAltConfig.java29 public static TestSuite suite() throws Exception method in class:TestXercesAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level1/html/
H A DTestDefaultLS.java26 * Test suite that runs all DOM L1 HTML tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
H A DTestDefaultLSAltConfig.java26 * Test suite that runs all DOM L1 HTML tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
H A DTestXercesHTML.java27 public static TestSuite suite() throws Exception method in class:TestXercesHTML
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DTestBatik.java28 public static TestSuite suite() throws Exception method in class:TestBatik
H A DTestCrimson.java29 public static TestSuite suite() throws Exception method in class:TestCrimson
H A DTestCrimsonAltConfig.java29 public static TestSuite suite() throws Exception method in class:TestCrimsonAltConfig

Completed in 583 milliseconds

12345