public class alltests extends DOMTestSuite
| Constructor and Description |
|---|
alltests(DOMTestDocumentBuilderFactory factory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(DOMTestSink sink)
Build test suite by adding each test to the test sink
|
java.lang.String |
getTargetURI()
Gets URI that identifies the test suite
|
static void |
main(java.lang.String[] args)
Runs individual test
|
createStream, createTempURI, createXPathEvaluator, getContentType, getFactory, getImplementation, getMutationCount, getResourceURI, hasFeature, hasSetting, isCoalescing, isExpandEntityReferences, isHasNullString, isIgnoringElementContentWhitespace, isNamespaceAware, isSigned, isValidating, load, preload, setFactorypublic alltests(DOMTestDocumentBuilderFactory factory) throws java.lang.Exception
factory - document factory, may not be nulljava.lang.Exception - Thrown if test is not compatible with settingspublic void build(DOMTestSink sink)
build in class DOMTestSuitesink - test sinkpublic java.lang.String getTargetURI()
getTargetURI in class DOMTestpublic static void main(java.lang.String[] args)
args - command line arguments