public class TestSuite extends Object implements Serializable
| Constructor and Description |
|---|
TestSuite(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
PkgLibrary |
getDarkstarPkg()
Returns the
PkgLibrary object that represents the binary
darkstar package that is to be used in this test suite. |
String |
getDescription() |
Long |
getId()
Returns the id of the entity in persistent storage
|
String |
getName() |
List<TestSpec> |
getTestSpecs()
Returns the list of
TestSpec objects that are to be run
in succession |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents.
|
void |
setDarkstarPkg(PkgLibrary darkstarPkg) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setTestSpecs(List<TestSpec> testSpecs) |
protected void |
setVersionNumber(Long versionNumber) |
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public PkgLibrary getDarkstarPkg()
PkgLibrary object that represents the binary
darkstar package that is to be used in this test suite.public void setDarkstarPkg(PkgLibrary darkstarPkg)
public List<TestSpec> getTestSpecs()
TestSpec objects that are to be run
in successionCopyright © 2013. All Rights Reserved.