Package com.gophers.services.handlers


package com.gophers.services.handlers
  • Classes
    Class
    Description
    The AssignmentTestRunner class executes JUnit test cases related to student submissions.
    The GradeConfigLoader class is responsible for loading and providing grading weightings for various grading types.
    The GradingFacade class provides a high-level interface for processing student submissions, running tests, grading, and generating reports.
    The PDFGenerator class generates PDF reports for assignments based on the provided assignment details.
    The SubmissionExtractor class handles extracting student submissions from a zip file.