class
IScriptVarDeclaration.
IScriptVarDeclaration
Bases: object
Functionality for manipulating test case objects.
An implementation class of this interface is injected under the name "VarDeclaration" into the python scope, so python code can create variable declaration without the need to subclass that interface. The constructor signature is: VarDeclaration(string name, string type)
name
Retrieves or sets the name of the variable.
string
type
Retrieves or sets the type of the variable (e.g. INT or REAL).
string