public class TestSuiteModel.Variable extends Object
Constructor and Description |
---|
Variable(String identifier,
String content,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getDescription() |
String |
getName() |
void |
setContent(String content) |
void |
setDescription(String description) |
void |
setName(String name) |