package testtool.Tests; import testtool.Questions.*; import testtool.StudentFunctionality.*; import testtool.MainUIFunctionality.*; import java.util.Collection; /** * * A PracticeTest is a test that has been made for the purpose of helping a student. It does not require a proctor. * Derived from an FMSL opaque type. * * @author * @version * **/ public class PracticeTest extends Test { /** Default Constructor **/ public PracticeTest() { super(); } }