|
||||||||||
| 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
public abstract class TestHolder
Abstract Test container class.
| Nested Class Summary | |
|---|---|
(package private) static class |
TestHolder.TestVisitor
Visitor to collect all Test instances in tree including root node. |
| Field Summary |
|---|
| Fields inherited from class org.javagen.agile.core.model.AbstractModel |
|---|
childModels, context, id, modelType, name, parentModel |
| Fields inherited from interface org.javagen.agile.core.model.Model |
|---|
DEFAULT_MODEL_TYPE |
| Constructor Summary | |
|---|---|
TestHolder()
|
|
| Method Summary | |
|---|---|
void |
addTest(Test test)
|
List<Test> |
getAllTests()
Collect all Test instances in tree including root node. |
List<Test> |
getChildTests()
Returns immediate child Tests instances. |
| 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 |
| Constructor Detail |
|---|
public TestHolder()
| Method Detail |
|---|
public void addTest(Test test)
public List<Test> getChildTests()
public List<Test> getAllTests()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||