| 11926 | } |
| 11927 | |
| 11928 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 11929 | m_headerPrinted = false; |
| 11930 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 11931 | } |
| 11932 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 11933 | m_tablePrinter->close(); |
| 11934 | if (_sectionStats.missingAssertions) { |
no test coverage detected