|
||||||||||
| 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.Test
public class Test
Represents individual test instance.
Additional tests can be nested within this test inheriting its context.
Groups of tests are usually grouped within Suite containers.
| 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 | |
|---|---|
Test()
|
|
Test(String name)
|
|
| Method Summary | |
|---|---|
Suite |
getParentSuite()
|
| 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 Test()
public Test(String name)
| Method Detail |
|---|
public Suite getParentSuite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||