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

Packages that use AbstractTagHandler
junit.extensions.jfcunit.eventdata Event data structures are used to define the operation on specific components. 
junit.extensions.jfcunit.finder   
junit.extensions.jfcunit.xml   
junit.extensions.xml This package is a extension of jUnit which provides the XML basics for generating test cases defined in XML. 
junit.extensions.xml.elements TagHandlers for the basic implementation of the XML. 
 

Uses of AbstractTagHandler in junit.extensions.jfcunit.eventdata
 

Subclasses of AbstractTagHandler in junit.extensions.jfcunit.eventdata
 class BaseEventDataTagHandler
          Implements the common methods used by many of the EventData classes.
 class ClickTagHandler
          This class will handle the processing of <click> nodes.
 class DragTagHandler
          This class will handle the processing of <click> nodes.
 class JComboBoxMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JFCEventManagerTagHandler
          This element controls the JFCEventManager.
 class JListMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JMenuMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JSpinnerMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTabbedPaneMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTableHeaderMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTableMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTextComponentMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class JTreeMouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class KeyTagHandler
          This class will handle the processing of <key> nodes.
 class MouseEventDataTagHandler
          This is a extension of the click and drag elements.
 class MouseWheelEventDataTagHandler
          This element implements the mouse wheel movement.
 class PathTagHandler
          Title: PathDataTagHandler
 

Uses of AbstractTagHandler in junit.extensions.jfcunit.finder
 

Subclasses of AbstractTagHandler in junit.extensions.jfcunit.finder
 class AbstractButtonFinderTagHandler
          This is a extension of the findTagHandler element.
 class BaseFindTagHandler
          This class provides the basic handling for all of the FindTagHandler implementations.
 class ComponentFinderTagHandler
          This is a extension of the findTagHandler element.
 class DialogFinderTagHandler
          This is a extension of the findTagHandler element.
 class FindTagHandler
          This element helps locate objects within the gui.
 class FrameFinderTagHandler
          This is a extension of the findTagHandler element.
 class JInternalFrameFinderTagHandler
          This is a extension of the findTagHandler element.
 class JLabelFinderTagHandler
          This is a extension of the findTagHandler element.
 class JMenuItemFinderTagHandler
          This is a extension of the findTagHandler element.
 class JPopupMenuFinderTagHandler
          This is a extension of the FindTagHandler element.
 class JWindowFinderTagHandler
          This is a extension of the findTagHandler element.
 class LabeledComponentFinderTagHandler
          This is a extension of the findTagHandler element.
 class NamedComponentFinderTagHandler
          This is a extension of the findTagHandler element.
 

Uses of AbstractTagHandler in junit.extensions.jfcunit.xml
 

Subclasses of AbstractTagHandler in junit.extensions.jfcunit.xml
 class AWTEventQueueTagHandler
          This class controls the AWTEventQueue.
 class SleepTagHandler
          This class will handle causes the test case to sleep and allows the AWTEventQueue to run for the specified number of milliseconds.
 class XMLRecorder
          Title: class XMLRecorder.
 

Uses of AbstractTagHandler in junit.extensions.xml
 

Methods in junit.extensions.xml that return AbstractTagHandler
static AbstractTagHandler XMLTagResourceBundle.getTagHandler(org.w3c.dom.Element element, IXMLTest test, java.lang.String type)
          A convenience method to get a handle to the AbstractTagHandler implementation.
private  AbstractTagHandler XMLTagResourceBundle.getTagHandlerImpl(org.w3c.dom.Element element, IXMLTest test, java.lang.String type)
          Reads the short name (type) and creates an instance of the tag handler that corresponds to the value from the resource bundle.
 

Uses of AbstractTagHandler in junit.extensions.xml.elements
 

Subclasses of AbstractTagHandler in junit.extensions.xml.elements
 class AbstractAssertTagHandler
          This tag handler provides the basics for the assert tag handers to be derived.
 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 AssertTableContainsTagHandler
          Provide a mechanism for validating the contents of a table.
 class AssertTextFieldContainsTagHandler
          Provide a mechanism for validating the contents of a text field.
 class ChooseTagHandler
          Title:
 class DumpTagHandler
          This class will handle the processing of <dump> tags.
 class EchoTagHandler
          Provide a mechanism for sending debug messages to the test case developer.
 class EvaluateTagHandler
          Provide a mechanism for sending debug messages to the test case developer.
 class FailTagHandler
          This tag handler forces the test case to fail by throwing a AssertFailError from the test case.
 class FileTagHandler
          This class includes the given file into a test suite.
 class ForeachTagHandler
          Title: class ForeachTagHandler
 class IndexOfTagHandler
          Provide a mechanism for finding row/column in a table for a given value.
 class NoOpTagHandler
          Provide a mechanism for turning off specific tag handlers by changing the tag handler assignment.
 class ParentInstanceTagHandler
          Provide a mechanism for sending debug messages to the test case developer.
 class ProcedureTagHandler
          Provide a mechanism for executing repetative tasks with different context.
 class PropertyTagHandler
          Create a property by the name given name.
 class SaveTagHandler
          Title: class SaveTagHandler
 class StopWatchTagHandler
          This is tag handler can measure the milliseconds within a test case.
 class SuiteTagHandler
          This class will handle the processing of <suite> nodes.
 class TagHandlersTagHandler
          Provide a mechanism for sending debug messages to the test case developer.
 class TestTagHandler
          This class will handle the processing of <test> nodes.
 class TokenizeTagHandler
          Return the tokens of a string one at a time.
 class WhileTagHandler
          Title:
 



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