Results
Class RecentlyCompletedTests

java.lang.Object
  extended by Results.RecentlyCompletedTests

public abstract class RecentlyCompletedTests
extends java.lang.Object

A class which manages recently completed tests


Field Summary
protected  java.util.Collection<CompletedTest> testList
          A list of recently completed tests
 
Constructor Summary
RecentlyCompletedTests()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testList

protected java.util.Collection<CompletedTest> testList
A list of recently completed tests

Constructor Detail

RecentlyCompletedTests

public RecentlyCompletedTests()