|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RationalTestScript | |
---|---|
com.rational.test.ft.script |
Uses of RationalTestScript in com.rational.test.ft.script |
---|
Methods in com.rational.test.ft.script that return RationalTestScript | |
---|---|
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. |
Methods in com.rational.test.ft.script with parameters of type RationalTestScript | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |