Package junit.extensions.xml.elements

TagHandlers for the basic implementation of the XML.

See:
          Description

Class Summary
AbstractAssertTagHandler This tag handler provides the basics for the assert tag handers to be derived.
AbstractTagHandler Sub-classes of this class will handle the processing of elements.
AssertEnabledTagHandler This class will handle the processing of <assertenabled> nodes.
AssertEqualsTagHandler This class will handle the processing of <assertequal> nodes.
AssertHasFocusTagHandler This class will handle the processing of <assertenabled> nodes.
AssertNotEqualsTagHandler This class will handle the processing of <assertnotequal> nodes.
AssertNotNullTagHandler This class will handle the processing of <assertnotnull> nodes.
AssertNotSameTagHandler This class will handle the processing of <assertnotsame> nodes.
AssertNullTagHandler This class will handle the processing of <assertnull> nodes.
AssertSameTagHandler This class will handle the processing of <assertsame> nodes.
AssertTableContainsTagHandler Provide a mechanism for validating the contents of a table.
AssertTextFieldContainsTagHandler Provide a mechanism for validating the contents of a text field.
ChooseTagHandler Title:
DumpTagHandler This class will handle the processing of <dump> tags.
EchoTagHandler Provide a mechanism for sending debug messages to the test case developer.
EvaluateTagHandler Provide a mechanism for sending debug messages to the test case developer.
FailTagHandler This tag handler forces the test case to fail by throwing a AssertFailError from the test case.
FileTagHandler This class includes the given file into a test suite.
ForeachTagHandler Title: class ForeachTagHandler
IndexOfTagHandler Provide a mechanism for finding row/column in a table for a given value.
NoOpTagHandler Provide a mechanism for turning off specific tag handlers by changing the tag handler assignment.
ParentInstanceTagHandler Provide a mechanism for sending debug messages to the test case developer.
ProcedureTagHandler Provide a mechanism for executing repetative tasks with different context.
PropertyTagHandler Create a property by the name given name.
SaveTagHandler Title: class SaveTagHandler
StopWatchTagHandler This is tag handler can measure the milliseconds within a test case.
SuiteTagHandler This class will handle the processing of <suite> nodes.
TagHandlersTagHandler Provide a mechanism for sending debug messages to the test case developer.
TestTagHandler This class will handle the processing of <test> nodes.
TokenizeTagHandler Return the tokens of a string one at a time.
WhileTagHandler Title:
 

Package junit.extensions.xml.elements Description

TagHandlers for the basic implementation of the XML. This package contains the tag handlers which may be used with all XML based testing with JUnit.



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