Features: Diff output Unit test student methods Gather student name from top comment Checks variable names for proper capitalization
I will check this with something similar to diff.
I'll check this by checking for at least one method (the one described in the problem statement) and unit testing.
I'll make a list of identifiers and check that they are appropriate using regex.
I've not come up with a strategy for this yet.
Students must have at least 2 (main and another)
Each method should be preceded by a comment (According to the instructor)
Name Date created HW# Program description
This is likely to enable automatic grading, but I dont like it, because I did not like some of the method headers provided.
I will check for at least 2 methods (main and another)