package testtool.File; import testtool.Tests.*; import testtool.Database.*; import testtool.StudentFunctionality.*; import java.util.Collection; /** * * The TakenTestType is the type for tests that have been taken. * Derived from an FMSL opaque type. * * @author * @version * **/ public class TakenTestType { /** Default Constructor **/ public TakenTestType() { } }