package testtool.Main; import java.util.Collection; /** * * This is the type of test given, practice, proctored or takehome * * @author * @version * **/ public class Testtype { /** Default Constructor **/ public Testtype() { } protected Actual a; protected Practice p; }