Package com.gophers.interfaces
package com.gophers.interfaces
-
InterfacesClassDescriptionThe CompileCommand interface defines a contract for compiling student submission code.The Facade interface defines a method for processing student submissions.Factory<T>The Factory interface defines methods for creating items or a collection of items based on JUnit test results.The Grade interface defines methods to retrieve grading details.The MarkSchemeLoaderStrategy interface defines a method for loading grading weightings.The PDF interface defines a method for generating a PDF report.TestRunner<T>The TestRunner interface defines a method for executing test cases.