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

Quick Search    Search Deep

Package abbot.script

Interface Summary
StepListener Listener for script step feedback.
Tags  
XMLifiable  
 

Class Summary
Action Encapsulate an action.
ActionTest  
AppClassLoader A custom class loader which installs itself as if it were the application class loader, optionally preloading all classes.
AppClassLoaderTest Verify AppClassLoader operation.
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.
Assert Encapsulate an assertion (or a wait).
AssertTest  
Call Class for script steps that want to invoke a method on a class.
CalledClass  
CallTest  
Comment Represents a comment.
ComponentReference Encapsulate as much information as is available to identify a GUI component.
ComponentReferenceTest Verify the script works as advertised.
CustomTextField  
ForkedStepRunner A StepRunner that runs the step in a separate VM.
ForkedStepRunner.SlaveProcess When actually within the separate VM, this is what gets run.
ForkedStepRunnerTest Verify the sequence works as advertised.
Launch Provides scripted static method invocation.
Script Provide a structure to encapsulate actions invoked on GUI components and tests performed on those components.
ScriptFilter  
ScriptTest Verify the script works as advertised.
ScriptTestSuite Script test suite for abbot.
SendEvent Script step to generate a single AWT event to a component.
Sequence Script step which groups a sequence of other Steps.
SequenceTest Verify the sequence works as advertised.
Step Provides access to one step (line) from a script.
StepEvent  
StepRunner  
StepRunnerTest  
StepTest  
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