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

Method lazyPrintGroupInfo

unittests/catch.hpp:12026–12031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12024 currentTestRunInfo.used = true;
12025}
12026void ConsoleReporter::lazyPrintGroupInfo() {
12027 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) {
12028 printClosedHeader("Group: " + currentGroupInfo->name);
12029 currentGroupInfo.used = true;
12030 }
12031}
12032void ConsoleReporter::printTestCaseAndSectionHeader() {
12033 assert(!m_sectionStack.empty());
12034 printOpenHeader(currentTestCaseInfo->name);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected