| 11468 | } |
| 11469 | |
| 11470 | void CompactReporter::testRunEnded(TestRunStats const &_testRunStats) { |
| 11471 | printTotals(stream, _testRunStats.totals); |
| 11472 | stream << '\n' << std::endl; |
| 11473 | StreamingReporterBase::testRunEnded(_testRunStats); |
| 11474 | } |
| 11475 | |
| 11476 | CompactReporter::~CompactReporter() { |
| 11477 | } |
no test coverage detected