Searched refs:testConstructor (Results 1 - 25 of 120) sorted by relevance

12345

/dalvik/libcore/dom/src/test/java/org/w3c/domts/
H A DJUnitTestSuiteAdapter.java34 Constructor testConstructor = testclass.getConstructor(
42 domtest = testConstructor.newInstance(new Object[] { factory });
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A DTestBatik.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestCrimson.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestCrimsonAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDOM4J.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultLS.java38 Constructor testConstructor =
46 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultLSAltConfig.java38 Constructor testConstructor =
46 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultParser.java30 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultParserAltConfig.java30 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestGNUJAXP.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
44 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestGNUJAXPAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
42 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestJTidy.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestOracle.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
43 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestOracleAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
42 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXerces.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
42 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXercesAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/html/
H A DTestDefaultLS.java38 Constructor testConstructor =
46 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultLSAltConfig.java38 Constructor testConstructor =
46 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXercesHTML.java30 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DTestBatik.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestCrimson.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestCrimsonAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDOM4J.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
36 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultLS.java37 Constructor testConstructor =
45 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultLSAltConfig.java38 Constructor testConstructor =
46 Object test = testConstructor.newInstance(new Object[] { factory });

Completed in 89 milliseconds

12345