| Package | Description |
|---|---|
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
IVariable |
IVariablesManager.createOutputVariable(java.lang.String name,
java.lang.String value)
Given a
name and a value, this method will create an instance of
IVariable. |
IVariable |
IVariablesManager.getOutputVariable(java.lang.String name)
Given the name of the variable, this method will return the
IVariable
object for it. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<IVariable> |
IVariablesManager.getAllOutputVariables()
Retrieve a list of all output variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IVariablesManager.setOutputVariable(IVariable variable)
This is a way of updating an output variable in case the value has changed since the variable was created.
|