MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / lazyPrintGroupInfo

Method lazyPrintGroupInfo

tests/catch.hpp:13544–13549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13542 currentTestRunInfo.used = true;
13543}
13544void ConsoleReporter::lazyPrintGroupInfo() {
13545 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) {
13546 printClosedHeader("Group: " + currentGroupInfo->name);
13547 currentGroupInfo.used = true;
13548 }
13549}
13550void ConsoleReporter::printTestCaseAndSectionHeader() {
13551 assert(!m_sectionStack.empty());
13552 printOpenHeader(currentTestCaseInfo->name);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected