testtool.Main
Class Test

java.lang.Object
  extended by testtool.Main.Test
Direct Known Subclasses:
AnsweredTest

public class Test
extends java.lang.Object

A test contains information about its length, what class it is for, and what questions it consists of.


Field Summary
protected  java.lang.String className
           
protected  Time length
           
protected  java.util.Collection<TestQuestion> questions
           
 
Constructor Summary
Test()
          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

questions

protected java.util.Collection<TestQuestion> questions

className

protected java.lang.String className
Constructor Detail

Test

public Test()
Default Constructor