A test result class that can print formatted text results to a stream.
Used by TextTestRunner.
There are no implemented interfaces.
addError(test, err)
addFailure(test, err)
addSuccess(test)
getDescription(test)
printErrorList(flavour, errors)
printErrors()
startTest(test)
stop()
Indicates that the tests should be aborted
stopTest(test)
Called when the given test has been run
wasSuccessful()
Tells whether or not this result was a success
There are no known subclasses.