Package junit.extensions.awt.script

Provides basic elements for constructing a test script.

See:
          Description

Interface Summary
StepListener Listener for script step feedback.
Tags  
XMLifiable  
 

Class Summary
Action Encapsulate an action.
actionXXX on ComponentTester actionXXX on ComponentTester subclass, requires component attribute
Assert Encapsulate an assertion.
ComponentReference Encapsulate as much information as is available to identify a GUI component.
Launch Provides scripted static method invocation.
MethodInvocation Meta class for script steps that basically consist of a method invocation.
Script Provide a structure to encapsulate actions invoked on GUI components and tests performed on those components.
ScriptFilter  
SendEvent Script step to send an AWT event to a component.
Sequence Script step which groups a sequence of other Steps.
Step Provides access to one step (line) from a script.
StepEvent  
Terminate Provides scripted static method invocation.
 

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

Error Summary
WaitTimedOutError  
 

Package junit.extensions.awt.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.