|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVariable
Tests can have collections of variables. Each variable in a test's collection represents a declared variable within the test, with scope spanning the entire test. Variables in a test suite are in scope for all of the test suite's contained test cases.
| Method Summary | |
|---|---|
java.lang.String |
getInitialValue()
|
java.lang.String |
getType()
|
void |
setInitialValue(java.lang.String initialValue)
Sets the initial value of the variable |
void |
setType(java.lang.String type)
Sets the type of the variable |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Method Detail |
|---|
java.lang.String getType()
void setType(java.lang.String type)
type - java.lang.String getInitialValue()
void setInitialValue(java.lang.String initialValue)
initialValue -
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||