Searched refs:testConstructor (Results 26 - 50 of 120) sorted by relevance

12345

/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DTestDefaultParser.java40 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
46 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultParserAltConfig.java43 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 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.java43 Constructor testConstructor =
58 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestOracleAltConfig.java42 Constructor testConstructor =
57 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/level2/events/
H A DTestBatik.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 DTestOracle.java43 Constructor testConstructor =
58 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestOracleAltConfig.java42 Constructor testConstructor =
57 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/level2/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/level3/core/
H A DTestBatik.java38 Constructor testConstructor = testClass
42 Object test = testConstructor.newInstance(new Object[]{factory});
H A DTestDefaultLS.java44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultLSAltConfig.java44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestDefaultParser.java40 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
46 Object test = testConstructor.newInstance(new Object[] { factory });

Completed in 1269 milliseconds

12345