Home
last modified time | relevance | path

Searched refs:testConstructor (Results 1 – 25 of 125) sorted by relevance

12345

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DTestDefaultParserAltConfig.java43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
49 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultParser.java40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultLSAltConfig.java38 Constructor testConstructor = in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestJTidy.java31 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
DTestDefaultParser.java30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultParserAltConfig.java30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDOM4J.java31 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultLS.java38 Constructor testConstructor = in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultLSAltConfig.java38 Constructor testConstructor = in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestJTidy.java31 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level2/events/
DTestDefaultParserAltConfig.java30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultParser.java30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestBatik.java31 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultLS.java38 Constructor testConstructor = in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level3/validation/
DTestDefaultParser.java40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultParserAltConfig.java43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
49 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level1/html/
DTestXercesHTML.java30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultLS.java38 Constructor testConstructor = in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level2/html/
DTestXercesHTML.java30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
36 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultLS.java38 Constructor testConstructor = in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level3/core/
DTestDefaultParser.java40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultParserAltConfig.java43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
49 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
DTestDefaultParser.java40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
DTestDefaultParser.java40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
46 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()
DTestDefaultParserAltConfig.java43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite() local
49 Object test = testConstructor.newInstance(new Object[] { factory }); in suite()

12345