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