Uses of Class
edu.pdx.cs.joy.grader.TestedProjectSubmissionOutputParser.ProjectScore
Packages that use TestedProjectSubmissionOutputParser.ProjectScore
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.ProjectScore in edu.pdx.cs.joy.grader
Methods in edu.pdx.cs.joy.grader that return TestedProjectSubmissionOutputParser.ProjectScoreModifier and TypeMethodDescriptionProjectGradesImporter.getScoreFrom(Reader reader) (package private) static @NonNull TestedProjectSubmissionOutputParser.ProjectScoreTestedProjectSubmissionOutputParser.parseTestedSubmissionOutput(Reader reader) (package private) static @NonNull TestedProjectSubmissionOutputParser.ProjectScoreTestedProjectSubmissionOutputParser.parseTestedSubmissionOutput(Stream<String> lines)