| Package | Description |
|---|---|
| com.rational.test.ft.script | |
| com.rational.test.ft.services | |
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
IScriptDefinition |
RationalTestScript.getScriptDefinition()
Returns the
ScriptDefinition interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageEnablementLog.warnAboutBrowserSetup(IScriptDefinition scriptDefinition,
ObjectMap objectMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogExtensionAdapter.scriptStart(java.lang.String name,
IScriptDefinition scriptDef)
Write a script start message into the log
|
void |
LogExtensionAdapter.scriptStart(java.lang.String name,
IScriptDefinition scriptDef)
Write a script start message into the log
|
void |
LogAdapter.scriptStart(java.lang.String name,
IScriptDefinition scriptDef)
Write a script start message into the log.
|
void |
ILog.scriptStart(java.lang.String name,
IScriptDefinition scriptDef)
Writes a script-start message into the log.
|
| Modifier and Type | Method and Description |
|---|---|
ITestObjectDescriptor[] |
IFtVerificationPointImage.find(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification
point.
|
ITestObjectDescriptor[] |
IFtVerificationPointData.find(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification
point.
|
IFtVerificationPointData |
IFtVerificationPointData.getCurrentData(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Makes a copy of the existing verification-point
object information and reaches out to the objects under test
to get the active
ITestData. |
ITestData |
IFtVerificationPointData.getCurrentData(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Returns the active
ITestData object for
this verification point. |
IFtVerificationPointImage |
IFtVerificationPointImage.getCurrentImage(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Makes a copy of the existing verification-point
object information and reaches out to the objects under test
to get the active
ITestData. |
ITestData |
IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Returns the active
ITestData object for
this verification point. |