Results
Class AllCompletedTests

java.lang.Object
  extended by Results.AllCompletedTests

public abstract class AllCompletedTests
extends java.lang.Object

A class which manages all completed Tests


Field Summary
protected  java.util.Collection<CompletedTest> submittedAnswers
          A list of all tests which have been completed
 
Constructor Summary
AllCompletedTests()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

submittedAnswers

protected java.util.Collection<CompletedTest> submittedAnswers
A list of all tests which have been completed

Constructor Detail

AllCompletedTests

public AllCompletedTests()