| 13778 | } |
| 13779 | |
| 13780 | void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { |
| 13781 | m_tablePrinter->close(); |
| 13782 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 13783 | m_headerPrinted = false; |
| 13784 | } |
| 13785 | void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { |
| 13786 | if (currentGroupInfo.used) { |
| 13787 | printSummaryDivider(); |
no test coverage detected