| Package | Description |
|---|---|
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
RationalTestScript |
RationalTestScript.getScriptCaller()
Returns the script that called this script using
callScript. |
static RationalTestScript |
RationalTestScript.getTopScript()
Returns the currently executing script at the top of the call stack.
|
RationalTestScript |
ITestProject.loadScript(java.lang.String scriptName)
Load the specified script relative to this project.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
RationalTestScript.callScript(RationalTestScript script)
Constructs the specified script and invokes the
runMain method on the
script. |
protected java.lang.Object |
RationalTestScript.callScript(RationalTestScript script,
java.lang.Object[] args)
Constructs the specified script and invokes the
runMain method on the
script. |
protected java.lang.Object |
RationalTestScript.callScript(RationalTestScript script,
java.lang.Object[] args,
int iterationCount)
Constructs the specified script and invokes the
runMain method on the
script. |
static void |
ScriptUtilities.callScript(RationalTestScript caller,
RationalTestScript callee,
java.lang.Object[] args,
int iterationCount)
This is an internal method used to perform cross datastore calls
and is not to be utilized by users.
|
| Constructor and Description |
|---|
ManageEnablementLog(RationalTestScript script,
ITestObjectMethodState testObjectMethodState) |