package testtool.Test; import testtool.Question.*; import testtool.QuestionBank.*; import java.util.Collection; /** * * The GeneratedTest object is a collection of questions that have no *t yet been published as a test. It is this object that is produced as output of the test generation wizard. * * @author * @version * **/ public class GeneratedTest { /** Default Constructor **/ public GeneratedTest() { } protected Collection questions; }