Proctor
Class ProctorView

java.lang.Object
  extended by Proctor.ProctorView

public abstract class ProctorView
extends java.lang.Object

A class which contains core functionality for proctor users


Field Summary
protected  java.util.Collection<Test> launchableTests
          A list of all tests which are launchable
 
Constructor Summary
ProctorView()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

launchableTests

protected java.util.Collection<Test> launchableTests
A list of all tests which are launchable

Constructor Detail

ProctorView

public ProctorView()