|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.javagen.agile.core.model.AbstractModel
org.javagen.funcgen.model.TestHolder
org.javagen.funcgen.model.Suite
public class Suite
Suite can hold Test instances, a set of permutations for generating Tests or additional Suites.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.javagen.funcgen.model.TestHolder |
|---|
TestHolder.TestVisitor |
| Field Summary | |
|---|---|
static String |
DEFAULT_MODEL_TYPE
|
| Fields inherited from class org.javagen.agile.core.model.AbstractModel |
|---|
childModels, context, id, modelType, name, parentModel |
| Constructor Summary | |
|---|---|
Suite()
|
|
Suite(String name)
|
|
| Method Summary | |
|---|---|
void |
addPermutations(Permutations permutation)
|
void |
addPermutationsGroup(PermutationsGroup permutationsGroup)
|
List<Permutations> |
getPermutations()
|
List<PermutationsGroup> |
getPermutationsGroups()
|
| Methods inherited from class org.javagen.funcgen.model.TestHolder |
|---|
addTest, getAllTests, getChildTests |
| Methods inherited from class org.javagen.agile.core.model.AbstractModel |
|---|
addChildModel, allOwnedModels, copyTo, equals, get, getChildModels, getContext, getId, getModelType, getName, getParentModel, lookupChildByName, put, setChildModels, setContext, setId, setModelType, setName, setParentModel, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_MODEL_TYPE
| Constructor Detail |
|---|
public Suite()
public Suite(String name)
| Method Detail |
|---|
public List<Permutations> getPermutations()
public void addPermutations(Permutations permutation)
public List<PermutationsGroup> getPermutationsGroups()
public void addPermutationsGroup(PermutationsGroup permutationsGroup)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||