Uses of Class
edu.pdx.cs.joy.grader.TestedProjectSubmissionOutputParser.TestedProjectSubmissionOutputParsingException
Package
Description
This package contains classes that are used to keep track of
students, grade projects, and submit assignments for The Joy of Coding.
-
Uses of TestedProjectSubmissionOutputParser.TestedProjectSubmissionOutputParsingException in edu.pdx.cs.joy.grader
Methods in edu.pdx.cs.joy.grader that throw TestedProjectSubmissionOutputParser.TestedProjectSubmissionOutputParsingExceptionModifier and TypeMethodDescriptionProjectGradesImporter.getScoreFrom(Reader reader) (package private) static @NonNull TestedProjectSubmissionOutputParser.ProjectScoreTestedProjectSubmissionOutputParser.parseTestedSubmissionOutput(Reader reader) (package private) static @NonNull TestedProjectSubmissionOutputParser.ProjectScoreTestedProjectSubmissionOutputParser.parseTestedSubmissionOutput(Stream<String> lines) (package private) static FindUngradedSubmissions.TestOutputDetailsFindUngradedSubmissions.TestOutputDetailsProviderFromTestOutputFile.parseTestOutputDetails(Path testOutput, Stream<String> lines) voidProjectGradesImporter.recordScoreFromProjectReport(String studentId, Reader report)