| 15279 | } |
| 15280 | |
| 15281 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 15282 | printTotals( stream, _testRunStats.totals ); |
| 15283 | stream << '\n' << std::endl; |
| 15284 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 15285 | } |
| 15286 | |
| 15287 | CompactReporter::~CompactReporter() {} |
| 15288 |
no test coverage detected