Public Methods | |
| xml_alltests (DOMTestDocumentBuilderFactory factory) throws Exception | |
| void | build (DOMTestSink sink) |
| String | getTargetURI () |
Static Public Methods | |
| void | main (String[] args) |
|
|
Definition at line 33 of file xml_alltests.java. References DOMTest::setFactory().
00033 {
00034 super(factory);
00035
00036 setFactory(factory);
00037 }
|
|
|
Adds a test to the test suite. This method can only be run after the test suite has been attached to a test framework since each framework implements test suites in different manners. Reimplemented from DOMTestSuite. Definition at line 39 of file xml_alltests.java. References DOMTestSink::addTest().
|
|
|
Reimplemented from DOMTest. Definition at line 43 of file xml_alltests.java.
00043 {
00044 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/xml_alltests";
00045 }
|
|
|
Definition at line 47 of file xml_alltests.java.
00047 {
00048 DOMTestCase.doMain(xml_alltests.class,args);
00049 }
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001