|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.TestSuite
public class TestSuite
Represents a collection of tests in the form of @link{TestSpec} objects that are to be run in succession as a suite.
| Constructor Summary | |
|---|---|
TestSuite()
|
|
TestSuite(String name,
String description,
PkgLibrary darkstarPkg)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
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. |
int |
hashCode()
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestSuite()
public TestSuite(String name,
String description,
PkgLibrary darkstarPkg)
| Method Detail |
|---|
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 succession
public void setTestSpecs(List<TestSpec> testSpecs)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||