| 11973 | } |
| 11974 | |
| 11975 | void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { |
| 11976 | m_tablePrinter->close(); |
| 11977 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 11978 | m_headerPrinted = false; |
| 11979 | } |
| 11980 | void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { |
| 11981 | if (currentGroupInfo.used) { |
| 11982 | printSummaryDivider(); |
no test coverage detected