| 13491 | } |
| 13492 | |
| 13493 | void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { |
| 13494 | m_tablePrinter->close(); |
| 13495 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 13496 | m_headerPrinted = false; |
| 13497 | } |
| 13498 | void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { |
| 13499 | if (currentGroupInfo.used) { |
| 13500 | printSummaryDivider(); |
no test coverage detected