package testtool.File;

import testtool.Tests.*;
import testtool.Database.*;
import testtool.StudentFunctionality.*;

import java.util.Collection;

/**
 *
 * 
        The UntakenTestType is the type for tests that haven't been taken yet.
    
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class UntakenTestType {

     /** Default Constructor **/
     public UntakenTestType() {

     }

}