Interface | Description |
---|---|
IActionMonitor |
Specifies the action monitor methods used to inform the user of actions being performed.
|
IActionRecorderEventService |
This is the service to abstract the signaling of recorder events between the SUT and the recorder.
|
ICMFactory | |
ICMService | |
IDownloadFiles |
Interface that provides "download" of files.
|
IExecutionHistoryLog | |
ILog |
The log interface containing all log methods used by script playback.
|
ILogMessage |
Contains the base-level information that
can be sent in a message to the log.
|
IMessageOptions |
Interface to get and set option values for record monitor messages.
|
IMonitor |
The monitor interface containing all execution monitoring methods
used by script playback.
|
IMonitorListener |
This interface exists so that a class can be notified
regarding monitor actions
|
IPlaybackMonitor |
The interface containing playback monitoring methods used during
script playback.
|
IPlaybackMonitorDisplay |
The interface containing display methods for a script playback monitor.
|
IProvideLicense | |
IScriptPlaybackParams | |
ISimpleLog |
The log interface containing the base-level log static values and
methods.
|
ISupplementalLog | |
ITSSScriptCountProvider |
This keeps a top level script counts in a test suite.
|
Class | Description |
---|---|
BasicActionRecorderEventService |
This is the service to abstract the signaling of recorder events between the SUT and the recorder.
|
ClearCaseCMServiceFactory | |
CMService | |
CMServiceSetter | |
CorePluginLog |
The format of the message ID logged in PDE Log will be CCXSSNNNNT, following the following conventions:
CCX - an IBM registered three character prefix (per the IBM Message Standard and using the IBM registry), with the first two characters indicating the Brand of software.
|
DatapoolStore | |
DatapoolStoreValue | |
ExecutionHistoryLog |
Controls output of log messages into a Hyades Execution History stream.
|
ExecutionHistoryLogConstants |
Pull literals out of ExecutionHistoryLog class so that all of TPTP does not get loaded
just to register the literals in the Functional Tester UI plugin (wswplugin).
|
FtInstallOptions |
Provides access to the options that define the runtime environment
that a script runs in.
|
FtSystemUtils | |
HTMLLog |
A simple log implementation that writes out the log messages
in HTML format.
|
LicenseManager | |
LicenseProviderFactory | |
LogAdapter |
The base implementation of the log methods for script playback.
|
LogExtensionAdapter |
This is the base class for all Functional Tester log extensions
|
LogManager |
A collection of utility methods for managing the files
created when a script is played.
|
LogMessageAdapter |
The base implementation of the log message.
|
LogMessageAdapterValue | |
LogMessageProperty |
One piece of detailed information in a log message.
|
LtCoreLicenseDelegate | |
MessageOptionsWizard |
The wizard that controls the message filter level, message color, and
whether to include a time stamp with each message.
|
MessageOptionsWizardPage |
The page for editing record monitor options
|
Monitor | |
MonitorGettingStartedText | |
MonitorStyledDocument | |
MonitorUIPreferences | |
MonitorUIPreferencesValue |
This value class handles the value considerations for a
MonitorUIPreferences class object.
|
NullActionMonitor | |
NullLog |
NullLog: An implementation of the ILog interface that writes no log, for
when the rt.write_log option is set to false.
|
PlaybackArgsPreferences | |
PlaybackArgsPreferences.ArgusMRU | |
PlaybackArgsPreferencesValue |
This value class handles the value considerations for a
PlaybackArgsPreferences class object.
|
PlaybackArgsPreferencesValue.PlaybackArgusMRUValue | |
PlaybackMonitor |
The adapter which receives playback monitor requests.
|
PlaybackMonitorAdapter |
The adapter which receives playback monitor requests.
|
PlaybackMonitorPreferences | |
PlaybackMonitorPreferencesValue |
This value class handles the value considerations for a
PlaybackMonitorPreferences class object.
|
SimpleLogAdapter |
The base implementation of the log interface.
|
StringTableService |
Provides a mechanism for doing lookups on localized string resources.
|
SuiteServiceManager | |
TestManager |
Handles TestManager services such as registering and unregistering
our datastores as TestManager script sources
|
TestManagerLogInfo | |
TestScriptServices |
Provides access to TSS services, in particular to the TSSSession.connect()
method by which we connect to a TSS session.
|
TestScriptServicesLog |
This log implementation interfaces with the Test Script Services (TSS).
|
TextLog |
A simple log implementation that writes out the log messages
in text format.
|
TMSProvider | |
TSSProvider | |
TSSRemoteProvider |
Exception | Description |
---|---|
LogCancelledException |
Exception that is threw out only if "Specify Log Information" dialog is cancelled
|
LogException |
This is a generic exception for all log messages.
|
MonitorException |
This the generic monitor exception class.
|
SuiteServiceManager.SuiteServiceException | |
SuiteServiceManager.SuiteServiceNotFoundException | |
TestManagerException |