Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package abbot.tester

Class Summary
AbstractButtonTester  
AbstractButtonTesterTest Unit test to verify the AbstractButtonTester class.
ArgumentParser Provide parsing of a String into an array of appropriately typed arguments.
ArgumentParserTest Test ArgumentParser functions.
Comparator Utility class to perform comparisons.
ComparatorTest Test ArgumentParser functions.
ComponentTester Provide basic actions and assertions for anything of class Component.
ComponentTesterTest Unit test to verify the base ComponentTester class.
ContainerTester  
DialogTester  
FileComparator Compare two files or filenames.
FileComparatorTest Test FileComparator.
FrameTester  
FrameTesterTest Unit test to verify the FrameTester class.
ImageComparator This code expects the availability of the com.sun.image.codec.jpeg extensions from the Sun JDK 1.3 or JRE.
ImageComparatorTest Test ImageComparator.
JComboBoxTester  
JComboBoxTesterTest Unit test to verify the base ComponentTester class.
JComponentTester  
JComponentTesterTest Unit test to verify the base ComponentTester class.
JLabelTester  
JListTester Provide actions and assertions for a JList component.
JListTesterTest Unit test to verify the JListTester class.
JMenuItemTester  
JPopupMenuTester  
JRootPaneTester  
JTabbedPaneTester  
JTabbedPaneTesterTest Unit test to verify the JTabbedPaneTester class.
JTableTester  
JTableTesterTest Unit test to verify the JTableTester class.
JTextComponentTester  
JTextComponentTesterTest Unit test to verify the JTextComponentTester class.
JTreeTester  
JTreeTesterTest Unit test to verify the JTreeTester class.
KeyStrokeMap Map characters to the keycodes (and modifiers) required to generate them.
KeyStrokeMapTest Unit test to verify basic key stroke mappings.
Robot Provide a higher level of abstraction for user input (A Better Robot).
RobotTest Unit test to verify Robot operation.
TesterTestSuite Test suite of all available tests for ComponentTester classes.
WindowTester  
 

Exception Summary
ActionFailedException Indicates that a ComponentTester action failed to execute properly.
ComponentMissingException Indicates that a component required by a ComponentTester action was not found.
ComponentNotShowingException Indicates that a ComponentTester action failed due to the component not being visible on screen.