| Class | Description |
|---|---|
| Account |
Sample class used to illustrate how tests are written in
TestSuite. |
| 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.
|