org.w3c.domts
public abstract class DOMTestSuite extends DOMTest
Constructor Summary | |
---|---|
protected | DOMTestSuite()
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. |
protected | DOMTestSuite(DOMTestDocumentBuilderFactory factory)
This constructor is used for suites that make no
additional requirements on the parser configuration. |
Method Summary | |
---|---|
abstract void | build(DOMTestSink sink)
Adds a test to the test suite. |
Parameters: factory may not be null