MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / testCaseEnded

Method testCaseEnded

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11875–11879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11873}
11874
11875void ConsoleReporter::testCaseEnded(TestCaseStats const &_testCaseStats) {
11876 m_tablePrinter->close();
11877 StreamingReporterBase::testCaseEnded(_testCaseStats);
11878 m_headerPrinted = false;
11879}
11880void ConsoleReporter::testGroupEnded(TestGroupStats const &_testGroupStats) {
11881 if (currentGroupInfo.used) {
11882 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