Class | Description |
---|---|
GradeReport |
This class holds the collection of test cases,
tests and a summary of the assessment
results. |
Test |
This
Test class represents the results of a single test case. |
TestEngine |
Used to generated expected results by running against the solution and also used to grade student
assignments once expected results have been generated.
|
TestSuite |
Contains stand-alone test cases, written as static methods, that are written against the
classes for an assignment.
|