| 16573 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
| 16574 | |
| 16575 | void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { |
| 16576 | m_tablePrinter->close(); |
| 16577 | StreamingReporterBase::testCaseEnded(_testCaseStats); |
| 16578 | m_headerPrinted = false; |
| 16579 | } |
| 16580 | void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { |
| 16581 | if (currentGroupInfo.used) { |
| 16582 | printSummaryDivider(); |
no test coverage detected