| 16088 | } |
| 16089 | |
| 16090 | void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { |
| 16091 | printTotals( stream, _testRunStats.totals ); |
| 16092 | stream << '\n' << std::endl; |
| 16093 | StreamingReporterBase::testRunEnded( _testRunStats ); |
| 16094 | } |
| 16095 | |
| 16096 | CompactReporter::~CompactReporter() {} |
| 16097 |
no test coverage detected