#include <TestResultCollector.h>
Inheritance diagram for TestResultCollector:
List of all members.
A TestResultCollector is a TestListener which collects the results of executing a test case. It is an instance of the Collecting Parameter pattern.
The test framework distinguishes between failures and errors. A failure is anticipated and checked for with assertions. Errors are unanticipated problems signified by exceptions that are not generated by the framework.
0
)
Constructs a TestResultCollector object.
[virtual]
Destructor.
[private]
Prevents the use of the copy constructor.
[virtual]
Called when a failure occurs while running a test.
Reimplemented from TestSuccessListener.
Reimplemented in TextTestResult.
[virtual]
Returns a the list failures (random access collection).
[protected]
[private]
Prevents the use of the copy operator.
[virtual]
Reimplemented from TestSuccessListener.
[virtual]
Gets the number of run tests.
[virtual]
Called when just before a TestCase is run.
Reimplemented from TestListener.
Reimplemented in TextTestResult.
[virtual]
Gets the number of detected errors (uncaught exception).
[virtual]
Gets the number of detected failures (failed assertion).
[virtual]
Gets the total number of detected failures.
[virtual]
[protected]