org.javagen.funcgen.model
Class Test

java.lang.Object
  extended by org.javagen.agile.core.model.AbstractModel
      extended by org.javagen.funcgen.model.TestHolder
          extended by org.javagen.funcgen.model.Test
All Implemented Interfaces:
Serializable, org.javagen.agile.core.context.ContextHolder, org.javagen.agile.core.model.Model

public class Test
extends TestHolder

Represents individual test instance. Additional tests can be nested within this test inheriting its context. Groups of tests are usually grouped within Suite containers.

Author:
Richard Easterling
See Also:
Serialized Form

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

DEFAULT_MODEL_TYPE

public static final String DEFAULT_MODEL_TYPE
See Also:
Constant Field Values
Constructor Detail

Test

public Test()

Test

public Test(String name)
Method Detail

getParentSuite

public Suite getParentSuite()


Copyright 2006-2006 Outsource Cafe Inc.. All Rights Reserved.