Inherited by alltests, readonly, and xml_alltests.
Public Methods | |
| abstract void | build (DOMTestSink sink) |
Protected Methods | |
| DOMTestSuite () | |
| DOMTestSuite (DOMTestDocumentBuilderFactory factory) | |
Definition at line 33 of file DOMTestSuite.java.
|
|
This constructor is used for suites that assert one or more implementation attributes or features. setLibrary should be called before the completion of the constructor in the derived class. Definition at line 40 of file DOMTestSuite.java.
00040 {
00041 }
|
|
|
This constructor is used for suites that make no additional requirements on the parser configuration.
Definition at line 47 of file DOMTestSuite.java.
00047 {
00048 super(factory);
00049 }
|
|
|
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 in alltests, readonly, and xml_alltests. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001