MCPcopy Create free account
hub / github.com/apache/qpid-proton / testCaseEnded

Method testCaseEnded

tests/include/catch.hpp:16579–16583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

runTestMethod · 0.45

Calls 7

trimFunction · 0.85
scopedElementMethod · 0.80
allOkMethod · 0.80
showDurationsMethod · 0.80
getElapsedSecondsMethod · 0.80
closeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected