| 13359 | } |
| 13360 | |
| 13361 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 13362 | printTotals( stream, _testRunStats.totals ); |
| 13363 | stream << '\n' << std::endl; |
| 13364 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 13365 | } |
| 13366 | |
| 13367 | CompactReporter::~CompactReporter() {} |
| 13368 |
no test coverage detected