Grader Examples (Java)¶
If you haven’t already, check out Writing a Grader (Java) before looking at some examples.
Note
These are Java grader examples. For Python assignments, see Grader Examples (Python).
Sample Graders (Java)
To see an example of a grader that tests a specific method on a student’s class, see Add Numbers.
To see an example of a grader that stages an input file for the student using Manage-files, check out File IO.