Searched refs:suite (Results 1 - 25 of 101) 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/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
H A DTestDOM4J.java28 public static TestSuite suite() throws Exception method in class:TestDOM4J
H A DTestDefaultLS.java25 * Test suite that runs all DOM L2 Core tests using the
33 public static TestSuite suite() throws Exception { method in class:TestDefaultLS

Completed in 194 milliseconds

12345