OTest2
A C++ testing framework
|
Go to the documentation of this file.
68 return suites_ok + suites_failed;
80 return cases_ok + cases_failed;
92 return assertions_ok + assertions_failed;
100 return assertions_failed;
void reportCase(bool result_)
Count new test case.
int getAssertionsFailed() const
Get count of failed assertions.
int getCases() const
Get count of test cases.
~ReporterStatistics()
Dtor.
int getCasesFailed() const
Get count of failed test cases.
void reportError()
Report a framework error.
void reportAssertion(bool result_)
Count new assertion.
int getCasesOK() const
Get count of passed test cases.
int getSuitesFailed() const
Get count of failed suites.
int getAssertionsOK() const
Get count of passed assertions.
ReporterStatistics()
Ctor.
int getErrors() const
Get count of the errors.
int getAssertions() const
Get count of assertions.
void reportSuite(bool result_)
Count new suite.
int getSuitesOK() const
Get count of passed suites.
int getSuites() const
Get count of suites.