| 13072 | } |
| 13073 | |
| 13074 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 13075 | printTotals( stream, _testRunStats.totals ); |
| 13076 | stream << '\n' << std::endl; |
| 13077 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 13078 | } |
| 13079 | |
| 13080 | CompactReporter::~CompactReporter() {} |
| 13081 |
no test coverage detected