|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package abbot.editor.recorder
Provides support for editing Abbot test scripts.
See:
Description
| Interface Summary | |
| AbstractRecorderTest.StepThunk | |
| SemanticEvents | Provide mnemonic constants for different types of semantic events. |
| Class Summary | |
| AbstractButtonRecorder | Record basic semantic events you might find on an AbstractButton. |
| AbstractRecorderTest | Provide generic support for checking contents of recorded steps. |
| AbstractSemanticRecorderTest | All SemanticRecorder tests should derive from this class. |
| ComponentRecorder | Record basic semantic events you might find on any component. |
| ComponentRecorderTest | Unit test to verify proper capture of basic user semantic events. |
| ContainerRecorder | Record basic semantic events you might find on an Container. |
| DialogRecorder | Record basic semantic events you might find on an Window. |
| EventRecorder | Provides recording of raw AWT events and high-level semantic events. |
| EventRecorderTest | Unit test to verify proper capture of multiple user semantic events when parsed from a continuous event stream. |
| FrameRecorder | Record basic semantic events you might find on an Window. |
| JComboBoxRecorder | Record basic semantic events you might find on an JComboBox. |
| JComboBoxRecorderTest | Unit test to verify proper capture of user semantic events on a JComboBox. |
| JComponentRecorder | Record basic semantic events you might find on an JComponent. |
| JComponentRecorderTest | Test recording of JComponent-specific events. |
| JListRecorder | Record basic semantic events you might find on an JList. |
| JListRecorderTest | Unit test to verify proper capture of user semantic events on a JList. |
| JMenuItemRecorder | Override AbstractButton behavior, since we expect to grab a menu selection instead of a click. |
| JTabbedPaneRecorder | Record basic semantic events you might find on an JTabbedPane. |
| JTabbedPaneRecorderTest | Unit test to verify proper capture of user semantic events on a JTabbedPane. |
| JTableRecorder | Record basic semantic events you might find on an JTable. |
| JTableRecorderTest | Unit test to verify proper capture of user semantic events on a JTable. |
| JTextComponentRecorder | Record basic semantic events you might find on an JTextComponent. |
| JTextComponentRecorderTest | Test recording of JTextComponent-specific events. |
| JTreeRecorder | Record basic semantic events you might find on an JTree. |
| JTreeRecorderTest | Unit test to verify proper capture of user semantic events on a JTree. |
| Recorder | The Recorder provides a mechanism for recording an event stream and generating one or more script steps from that stream. |
| Recorder.HierarchyEventEnabler | |
| RecorderTestSuite | Full test suite for abbot. |
| SemanticRecorder | Template for recording AWTEvents and converting them into an appropriate semantic event. |
| WindowRecorder | Record basic semantic events you might find on an Window. |
| WindowRecorderTest | Unit test to verify proper capture of user semantic events on a Window. |
| Exception Summary | |
| RecordingCanceledException | |
Package abbot.editor.recorder Description
Provides support for editing Abbot test scripts.
|
|||||||||
| Home >> All >> abbot >> editor >> [ recorder overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||