- Test - Class in <Unnamed>
-
This Test
class represents the results of a single test case.
- Test() - Constructor for class Test
-
- test01() - Static method in class TestSuite
-
- test02() - Static method in class TestSuite
-
- test03() - Static method in class TestSuite
-
- TestEngine - Class in <Unnamed>
-
Used to generated expected results by running against the solution and also used to grade student
assignments once expected results have been generated.
- TestEngine() - Constructor for class TestEngine
-
- testMethodNames() - Method in class TestEngine
-
Gets the names of the test case methods in TestSuite
- tests - Variable in class GradeReport
-
- TestSuite - Class in <Unnamed>
-
Contains stand-alone test cases, written as static methods, that are written against the
classes for an assignment.
- TestSuite() - Constructor for class TestSuite
-
- toString() - Method in class GradeReport
-
Returns a summary of each test case and an overall summary.
- toString() - Method in class Test
-
Returns a summary of this test case showing expected and actual results for each part as well
as correctness, number correct, and points earned.