A test runner class that displays results in textual form.
It prints out the names of tests as they are run, errors as they occur, and a summary of the results at the end of the test run.
There are no implemented interfaces.
There are no attributes in this class.
run(test)
Run the given test case or test suite.
There are no known subclasses.