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