Uses of Class
junit.extensions.xml.elements.AbstractAssertTagHandler

Packages that use AbstractAssertTagHandler
junit.extensions.xml.elements TagHandlers for the basic implementation of the XML. 
 

Uses of AbstractAssertTagHandler in junit.extensions.xml.elements
 

Subclasses of AbstractAssertTagHandler in junit.extensions.xml.elements
 class AssertEnabledTagHandler
          This class will handle the processing of <assertenabled> nodes.
 class AssertEqualsTagHandler
          This class will handle the processing of <assertequal> nodes.
 class AssertHasFocusTagHandler
          This class will handle the processing of <assertenabled> nodes.
 class AssertNotEqualsTagHandler
          This class will handle the processing of <assertnotequal> nodes.
 class AssertNotNullTagHandler
          This class will handle the processing of <assertnotnull> nodes.
 class AssertNotSameTagHandler
          This class will handle the processing of <assertnotsame> nodes.
 class AssertNullTagHandler
          This class will handle the processing of <assertnull> nodes.
 class AssertSameTagHandler
          This class will handle the processing of <assertsame> nodes.
 class FailTagHandler
          This tag handler forces the test case to fail by throwing a AssertFailError from the test case.
 



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