| 16099 | } |
| 16100 | |
| 16101 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 16102 | printTotals( stream, _testRunStats.totals ); |
| 16103 | stream << '\n' << std::endl; |
| 16104 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 16105 | } |
| 16106 | |
| 16107 | CompactReporter::~CompactReporter() {} |
| 16108 |
no test coverage detected