|
Interface Summary |
| IMacroInstruction |
Represents a macro instruction. |
| IObjectMine |
Represents an object mine that belongs to a particular test suite. |
| IPlayable |
|
| IRecorderListener |
|
| IUIObject |
Represents a UI object such as a widget. |
| IWidgetId |
A widget resolver is expected to return a class that implements this interface
when the id of a passed widget is successfully resolved. |
| IWidgetResolver |
This interface is registered using extension point org.eclipse.tptp.test.auto.gui.widgetResolver
which is expected to return a unique identifier from a provided widget. |
| IWritable |
A writable object is capable of serializing itself to string and writing the string
version to a PrintWriter that is passed to parameters to the methods that are described
below.
|