Package junit.extensions.xml

This package is a extension of jUnit which provides the XML basics for generating test cases defined in XML.

See:
          Description

Interface Summary
IXMLProcedure IXMLProcedure Interface for containing the procedure.
IXMLTest Test Case for running XML Script based testing.
IXMLTestCase Test Case Interface for running XML Script based testing.
IXMLTestSuite Test Case for running XML Script based testing.
XMLConstants This class defines the common tokens which are used in parsing the XML file.
 

Class Summary
XMLObjectCache Title: XMLObjectCache
XMLProcedure XMLProcedure Interface for containing the procedure.
XMLPropertyCache Title: XMLObjectCache
XMLTagResourceBundle This class is used to read in the properties and provide access to the tag handlers for various elements based on their attribute values.
XMLTestCase Test Case for running XML Script based testing.
XMLTestSuite Test Case for running XML Script based testing.
XMLUtil Interface layer to w3c dom.
XMLWriter A sample DOM writer.
 

Exception Summary
XMLException This exception is thrown when the XML cannot be parsed properly.
 

Package junit.extensions.xml Description

This package is a extension of jUnit which provides the XML basics for generating test cases defined in XML. This package alone cannot be used to provide XML based testing. The package is extended through the definition and registration of TagHandlers. The TagHandler is a unit of code which handles the validation and processing of XML DOM Elements. When coupled with TagHandler definitions provided by Component libraries such as JFCUnit, the XML coding becomes simply a matter of defining the appropriate tag handlers to perform the necessary functions.



Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999