| 15774 | } |
| 15775 | |
| 15776 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 15777 | printTotals( stream, _testRunStats.totals ); |
| 15778 | stream << '\n' << std::endl; |
| 15779 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 15780 | } |
| 15781 | |
| 15782 | CompactReporter::~CompactReporter() {} |
| 15783 |
no test coverage detected