See: Description
Interface | Description |
---|---|
EditorFriendlyInterpret |
Interface declaring auxiliary methods that a test script interpret may implement
to support advanced editor functions such as context menus, break points etc.
|
FallbackSupport |
Methods of an interpret that supports fall backs.
|
OptimizedInterpret |
Optional methods of test script interpret allowing to optimize performance,
for example through a conditional compilation when there are script or dependency changes.
|
RefactoringCapable |
Interface declaring that the interpret can identify and carry out refactoring
after one or more resources were copied and/or moved.
|
RefactoringTask |
Interface of a refactoring task which typically represents an atomic
update of the test script code, for example an update of a resource (template
image, subscript) called by a command after the resource was moved to a
different location.
|
ScriptOwner |
Script owner (for example an editor) which can apply changes to the source
code.
|
ScriptTypeProvider |
An interface able to tell the current test script type.
|
TestScriptDocument |
Interface declaring common methods of documents holding test script code
(typically custom classes extending
DefaultStyledDocument ). |
TestScriptInterpret |
Generic test script interface.
|
Class | Description |
---|---|
AbstractTestScriptDocument |
Abstract test script document class which supports code auto indenting
and formatting.
|
AbstractTestScriptInterpret |
Base test script interpret class providing a basic event framework.
|
PlainTextInterpret |
Fall back interpret ensuring that files that are not recognized as test scripts
can be displayed and edited in the script editor.
|
ScriptCompilerQueue |
Queue managing script compilation requests from the GUI (since 4.4.4).
|
ScriptLocation |
Object wrapping properties (parameters) of a position in a test script.
|
ScriptReferenceLocation |
Represents location of a reference (typically a file one) in a test script.
|
TestScriptInterpretFactory |
Pluggable test script factory.
|
Exception | Description |
---|---|
InterpretErrorException |
Exception thrown by test script interprets on an internal error.
|