| 11873 | } |
| 11874 | |
| 11875 | void ConsoleReporter::testCaseEnded(TestCaseStats const &_testCaseStats) { |
| 11876 | m_tablePrinter->close(); |
| 11877 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 11878 | m_headerPrinted = false; |
| 11879 | } |
| 11880 | void ConsoleReporter::testGroupEnded(TestGroupStats const &_testGroupStats) { |
| 11881 | if (currentGroupInfo.used) { |
| 11882 | printSummaryDivider(); |
no test coverage detected