package testtool.Main; import java.util.Collection; /** * * This is the data gathered from the user to be used in the generation of a new test. * * @author * @version * **/ public class TestWizard { /** Default Constructor **/ public TestWizard() { } protected Time length; protected String class_; protected Collection constraints; }