Package com.gophers.interfaces


package com.gophers.interfaces
  • Interfaces
    Class
    Description
    The CompileCommand interface defines a contract for compiling student submission code.
    The Facade interface defines a method for processing student submissions.
    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.
    The TestRunner interface defines a method for executing test cases.