Class TestResult
java.lang.Object
TestResult
Used with the tester program.
Holds results of a single result.
-
Constructor Summary
ConstructorsConstructorDescriptionTestResult(String message, int[] expected, int[] received) TestResult(String message, Object expected, Object received) TestResult(String message, String[][] expected, String[][] received) TestResult(String message, String[] expected, String[] received) TestResult(String message, String expected, String received) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidreportTestResults(ArrayList<TestResult> testResults)
-
Constructor Details
-
TestResult
-
TestResult
-
TestResult
-
TestResult
-
TestResult
-
-
Method Details
-
reportTestResults
-
print
-
print
-