Package abbot

Provides testing support for Java GUIs.

See:
          Description

Interface Summary
ComponentFinder Interface to support looking up existing components based on a number of different criteria.
Condition Abstract a condition test.
Resolver Interface to provide a general context in which tests are run.
Version Current version of the framework.
 

Class Summary
DefaultComponentFinder Basic component lookup implementation.
Log Various logging, assertion, and debug routines.
NoExitSecurityManager  
Platform Simple utility to figure out what platform we're on.
Reflector Utility for performing some common reflection tasks.
Regexp Simple wrapper around the more fully-featured RE class.
 

Exception Summary
ComponentNotFoundException Indicates no component could be found, where one was required.
ComponentSearchException General exception class which encapsulates all failures generated attempting to find a component in the currently available GUI.
ExitException Provide a tagging interface and storage for attempted exits from code under test.
MultipleComponentsFoundException Indicates more than one component was found (usually where only one was desired).
NoSuchReferenceException Exception to indicate a Component reference does not exist.
 

Error Summary
AssertionFailedError Indirect usage to avoid too much direct linkage to JUnit.
BugReport Exception for reporting unexpected situations in the program.
WaitTimedOutError  
 

Package abbot Description

Provides testing support for Java GUIs. See here for documentation on getting started.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge