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

Quick Search    Search Deep

Uses of Interface
abbot.script.Tags

Uses of Tags in abbot.script
 

Classes in abbot.script that implement Tags
 class Action
          Encapsulate an action.
 class Assert
          Encapsulate an assertion (or a wait).
 class Call
          Class for script steps that want to invoke a method on a class.
 class Comment
          Represents a comment.
 class ComponentReference
          Encapsulate as much information as is available to identify a GUI component.
 class Launch
          Provides scripted static method invocation.
 class Script
          Provide a structure to encapsulate actions invoked on GUI components and tests performed on those components.
 class SendEvent
          Script step to generate a single AWT event to a component.
 class Sequence
          Script step which groups a sequence of other Steps.
 class Step
          Provides access to one step (line) from a script.
private  class StepRunnerTest.DefaultStep
           
private  class StepRunnerTest.ErrorStep
           
private  class StepRunnerTest.FailingStep
           
 class Terminate
          Placeholder step to indicate to a script that it should terminate.