| 15731 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
| 15732 | |
| 15733 | void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { |
| 15734 | m_tablePrinter->close(); |
| 15735 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 15736 | m_headerPrinted = false; |
| 15737 | } |
| 15738 | void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { |
| 15739 | if (currentGroupInfo.used) { |
| 15740 | printSummaryDivider(); |
no test coverage detected