Package abbot.script

Provides basic elements for constructing a test script.

See:
          Description

Interface Summary
Launch.ThreadedLaunchListener  
StepListener Listener for script step feedback.
Tags  
XMLifiable  
 

Class Summary
Action Encapsulate an action.
Annotation Provides a method for communicating a message on the display.
AppClassLoader A custom class loader which installs itself as if it were the application class loader.
AppletSecurityManager This security manager extends sun.applet.AppletSecurity b/c AppletViewer does some casts that assume that is the only security manager that will be installed.
ArgumentParser Provide parsing of a String into an array of appropriately typed arguments.
Assert Encapsulate an assertion (or a wait).
Call Class for script steps that want to invoke a method on a class.
Comment Represents a comment.
ComponentReference Encapsulate as much information as is available to identify a GUI component.
Event Script step to generate a single AWT event to a component.
EventExceptionHandler  
ForkedStepRunner A StepRunner that runs the step in a separate VM.
ForkedStepRunner.SlaveStepRunner When actually within the separate VM, this is what gets run.
Launch Provides scripted static method invocation.
PropertyCall Provide select non-static method access in addition to standard Call capabilities.
Sample Encapsulate capture of a value.
Script Provide a structure to encapsulate actions invoked on GUI components and tests performed on those components.
ScriptFilter  
Sequence Script step which groups a sequence of other Steps.
Step Provides access to one step (line) from a script.
StepEvent  
StepRunner  
Terminate Placeholder step to indicate to a script that it should terminate.
 

Exception Summary
InvalidScriptException Exception to indicate the script being parsed is invalid.
 

Error Summary
 

Package abbot.script Description

Provides basic elements for constructing a test script. A Step is the basic unit of execution. Steps may be grouped into a Sequence. Following are some of the basic elements of a Script:



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

SourceForge