| 16251 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
| 16252 | |
| 16253 | void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { |
| 16254 | m_tablePrinter->close(); |
| 16255 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 16256 | m_headerPrinted = false; |
| 16257 | } |
| 16258 | void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { |
| 16259 | if (currentGroupInfo.used) { |
| 16260 | printSummaryDivider(); |
no test coverage detected