org.javagen.funcgen.model
Class Suite

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

public class Suite
extends TestHolder

Suite can hold Test instances, a set of permutations for generating Tests or additional Suites.

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
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

DEFAULT_MODEL_TYPE

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

Suite

public Suite()

Suite

public Suite(String name)
Method Detail

getPermutations

public List<Permutations> getPermutations()

addPermutations

public void addPermutations(Permutations permutation)

getPermutationsGroups

public List<PermutationsGroup> getPermutationsGroups()

addPermutationsGroup

public void addPermutationsGroup(PermutationsGroup permutationsGroup)


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