TPTP 4.4.0 Testing Tools Project
Internal API Specification

Package org.eclipse.tptp.test.auto.gui.internal.core

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.
 

Class Summary
VerifHookClassLoader A custom class loader that is used to resolve a class that the verificaiton hook is in along with any other classes that are imported by the verification class.
VerificationMetaData A container class for the data that the verificaiton command will need
WidgetIdentifier Used as an identifier for widgets.
WidgetResolverLoader Represents each widgetResolver element that appears under a widgetResolver extension
 


TPTP 4.4.0 Testing Tools Project
Internal API Specification