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