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

Quick Search    Search Deep

Package abbot

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 support management of a set of component references.
Version Current version of the framework.
 

Class Summary
DefaultComponentFinder Basic component lookup implementation.
DefaultComponentFinderTest Verify we can generate and look up components in a wide variety of GUI configurations.
FrameworkTestSuite Full test suite for abbot.
Log Various logging, assertion, and debug routines.
NoExitSecurityManager  
NoExitSecurityManagerTest  
Platform Simple utility to figure out what platform we're on.
PlatformTest Check version settings, and platform or JVM-specific bugs.
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