printTestResults

public static void printTestResults()(source)

Prints a summary of the test results to S_TEST_OUT. The summary contains the number of passed and failed tests.

This method is intended to be used in the context of a test case from the student. Ideally, it is called at the end of the main method.