testtool.Main
Class QuestionBlock

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

public class QuestionBlock
extends java.lang.Object

A test consists of one or more blocks of questions. (When using the Simpl e test generation interface, only one block is created.) During the creation phase, a QuestionBlock does not yet contain questions, only th e information needed to select questions; once a test is generated, th e questions are populated, but the specifications are retained in case the questions need to be replaced.


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

Field Detail

constraints

protected ConstraintSet constraints

questions

protected java.util.Collection<TestQuestion> questions
Constructor Detail

QuestionBlock

public QuestionBlock()
Default Constructor