MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / testCaseEnded

Method testCaseEnded

unittests/catch.hpp:11975–11979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11973}
11974
11975void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) {
11976 m_tablePrinter->close();
11977 StreamingReporterBase::testCaseEnded(_testCaseStats);
11978 m_headerPrinted = false;
11979}
11980void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
11981 if (currentGroupInfo.used) {
11982 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