FileDocCategorySizeDatePackage
DOMTestSuite.javaAPI DocAndroid 1.5 API1844Wed May 06 22:41:04 BST 2009org.w3c.domts

DOMTestSuite

public abstract class DOMTestSuite extends DOMTest
Abstract base class for all test suites (that is any collection of DOMTest's)
author
Curt Arnold

Fields Summary
Constructors 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.

param
factory may not be null

    super(factory);
  
Methods Summary
public abstract voidbuild(DOMTestSink sink)
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.