Home
last modified time | relevance | path

Searched defs:suite (Results 1 – 25 of 187) sorted by relevance

12345678

/libcore/dom/src/test/java/tests/api/org/w3c/dom/
DAllTests_Level2.java35 public static final Test suite() { in suite() method in AllTests_Level2
50 TestSuite suite = new JUnitTestSuiteAdapter(domSuite); in suite() local
DAllTests_Level1.java35 public static final Test suite() { in suite() method in AllTests_Level1
50 TestSuite suite = new JUnitTestSuiteAdapter(domSuite); in suite() local
/libcore/luni/src/test/java/libcore/xml/
DJaxenXPathTestSuite.java58 public static Test suite() throws Exception { in suite() method in JaxenXPathTestSuite
66 public static Test suite(File jaxenHome) in suite() method in JaxenXPathTestSuite
103 private static void contextToTestSuite(TestSuite suite, String url, in contextToTestSuite()
/libcore/tools/docs/crypto/src/java/libcore/java/security/
DListProviders.java150 print(sslContext.getProvider(), "SSLEngine.Supported", suite); in main() local
153 print(sslContext.getProvider(), "SSLEngine.Enabled", suite); in main() local
157 print(sslContext.getProvider(), "SSLSocket.Supported", suite); in main() local
160 print(sslContext.getProvider(), "SSLSocket.Enabled", suite); in main() local
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDESedeKeySpecTest.java193 public static Test suite() { in suite() method in DESedeKeySpecTest
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
DTestDefaultParser.java27 public static TestSuite suite() throws Exception in suite() method in TestDefaultParser
DTestDefaultLSAltConfig.java34 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLSAltConfig
DTestDefaultParserAltConfig.java27 public static TestSuite suite() throws Exception in suite() method in TestDefaultParserAltConfig
DTestJTidy.java28 public static TestSuite suite() throws Exception in suite() method in TestJTidy
/libcore/dom/src/test/java/org/w3c/domts/level2/html/
DTestDefaultLS.java34 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLS
DTestDefaultLSAltConfig.java34 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLSAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level1/html/
DTestDefaultLSAltConfig.java34 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLSAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level2/events/
DTestBatik.java28 public static TestSuite suite() throws Exception in suite() method in TestBatik
DTestDefaultLS.java34 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLS
DTestDefaultLSAltConfig.java34 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLSAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DTestDefaultParserAltConfig.java40 public static TestSuite suite() throws Exception in suite() method in TestDefaultParserAltConfig
DTestBatik.java28 public static TestSuite suite() throws Exception in suite() method in TestBatik
DTestJTidy.java28 public static TestSuite suite() throws Exception in suite() method in TestJTidy
/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
DTestDefaultLS.java40 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLS
DTestBatik.java35 public static TestSuite suite() throws Exception { in suite() method in TestBatik
DTestDefaultParser.java37 public static TestSuite suite() throws Exception in suite() method in TestDefaultParser
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
DTestDefaultLSAltConfig.java40 public static TestSuite suite() throws Exception { in suite() method in TestDefaultLSAltConfig
DTestDefaultParserAltConfig.java40 public static TestSuite suite() throws Exception in suite() method in TestDefaultParserAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level3/core/
DTestDefaultParserAltConfig.java40 public static TestSuite suite() throws Exception in suite() method in TestDefaultParserAltConfig
DTestDefaultParser.java37 public static TestSuite suite() throws Exception in suite() method in TestDefaultParser

12345678