testtool.Main
Class ProctoredTest

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

public class ProctoredTest
extends java.lang.Object

A ProctoredTest is a test that is in progress, or has been completed, it also contains a list of the students in a class. *


Field Summary
protected  boolean ipause
           
protected  boolean isInProgress_
           
protected  java.util.Collection<ProctoredStudent> object
           
protected  Test test
           
protected  int timeLimit
           
 
Constructor Summary
ProctoredTest()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isInProgress_

protected boolean isInProgress_

ipause

protected boolean ipause

test

protected Test test

timeLimit

protected int timeLimit

object

protected java.util.Collection<ProctoredStudent> object
Constructor Detail

ProctoredTest

public ProctoredTest()
Default Constructor