Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

DOMTestSuite Class Reference

Inherits DOMTest.

Inherited by alltests, readonly, and xml_alltests.

List of all members.

Public Methods

abstract void build (DOMTestSink sink)

Protected Methods

 DOMTestSuite ()
 DOMTestSuite (DOMTestDocumentBuilderFactory factory)


Detailed Description

Abstract base class for all test suites (that is any collection of DOMTest's)

Author:
Curt Arnold

Definition at line 33 of file DOMTestSuite.java.


Constructor & Destructor Documentation

DOMTestSuite::DOMTestSuite   [inline, protected]
 

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   }

DOMTestSuite::DOMTestSuite DOMTestDocumentBuilderFactory    factory [inline, protected]
 

This constructor is used for suites that make no additional requirements on the parser configuration.

Parameters:
factory  may not be null

Definition at line 47 of file DOMTestSuite.java.

00047                                                                 {
00048     super(factory);
00049   }


Member Function Documentation

abstract void DOMTestSuite::build DOMTestSink    sink [pure virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Thu Feb 14 19:46:49 2002 for DOM Level 1 Core Test Suite by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001