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