| 11552 | } |
| 11553 | |
| 11554 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 11555 | printTotals( stream, _testRunStats.totals ); |
| 11556 | stream << '\n' << std::endl; |
| 11557 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 11558 | } |
| 11559 | |
| 11560 | CompactReporter::~CompactReporter() {} |
| 11561 |
no test coverage detected