testtool.Main
Class TestWizard

java.lang.Object
  extended by testtool.Main.TestWizard

public class TestWizard
extends java.lang.Object

This is the data gathered from the user to be used in the generation of a new test.


Field Summary
protected  java.lang.String class_
           
protected  java.util.Collection<ConstraintSet> constraints
           
protected  Time length
           
 
Constructor Summary
TestWizard()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

protected Time length

class_

protected java.lang.String class_

constraints

protected java.util.Collection<ConstraintSet> constraints
Constructor Detail

TestWizard

public TestWizard()
Default Constructor