|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLConstants | |
junit.extensions.jfcunit.eventdata | Event data structures are used to define the operation on specific components. |
junit.extensions.jfcunit.finder | |
junit.extensions.jfcunit.tools | |
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 XMLConstants in junit.extensions.jfcunit.eventdata |
Classes in junit.extensions.jfcunit.eventdata that implement XMLConstants | |
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 XMLConstants in junit.extensions.jfcunit.finder |
Classes in junit.extensions.jfcunit.finder that implement XMLConstants | |
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 XMLConstants in junit.extensions.jfcunit.tools |
Classes in junit.extensions.jfcunit.tools that implement XMLConstants | |
class |
XMLRoot
Title: JFCUnit |
Uses of XMLConstants in junit.extensions.jfcunit.xml |
Subinterfaces of XMLConstants in junit.extensions.jfcunit.xml | |
interface |
JFCXMLConstants
This class defines the common tokens which are used in parsing the XML file. |
Classes in junit.extensions.jfcunit.xml that implement XMLConstants | |
class |
AWTEventQueueTagHandler
This class controls the AWTEventQueue. |
class |
JFCXMLTestCase
This class will handle the processing of <test> nodes. |
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 |
TestTagHandler
This class will handle the processing of <test> nodes. |
class |
XMLRecorder
Title: class XMLRecorder. |
Uses of XMLConstants in junit.extensions.xml |
Classes in junit.extensions.xml that implement XMLConstants | |
class |
XMLProcedure
XMLProcedure Interface for containing the procedure. |
class |
XMLTestCase
Test Case for running XML Script based testing. |
class |
XMLTestSuite
Test Case for running XML Script based testing. |
class |
XMLUtil
Interface layer to w3c dom. |
Uses of XMLConstants in junit.extensions.xml.elements |
Classes in junit.extensions.xml.elements that implement XMLConstants | |
class |
AbstractAssertTagHandler
This tag handler provides the basics for the assert tag handers to be derived. |
class |
AbstractTagHandler
Sub-classes of this class will handle the processing of 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 |
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 |
TokenizeTagHandler
Return the tokens of a string one at a time. |
class |
WhileTagHandler
Title: |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |