Searched refs:testConstructor (Results 51 - 75 of 120) sorted by relevance

12345

/dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/core/
H A DTestDefaultParserAltConfig.java43 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 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.java38 Constructor testConstructor =
53 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXercesAltConfig.java38 Constructor testConstructor =
53 Object test = testConstructor.newInstance(new Object[] { factory });
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
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 DTestDefaultParser.java40 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
46 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestOracle.java46 Constructor testConstructor =
61 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXerces.java39 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 Object test = testConstructor.newInstance(new Object[] { factory });
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/validation/
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 });
H A DTestDefaultParserAltConfig.java43 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 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 });
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
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 });
H A DTestDefaultParserAltConfig.java43 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXalan.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
H A DTestXalanAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
40 Object test = testConstructor.newInstance(new Object[] { factory });
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DRowSetEventTest.java42 public void testConstructor() { method in class:RowSetEventTest

Completed in 126 milliseconds

12345