| 5777 | m_sectionStack.pop_back(); |
| 5778 | } |
| 5779 | void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { |
| 5780 | currentTestCaseInfo.reset(); |
| 5781 | } |
| 5782 | void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { |
| 5783 | currentGroupInfo.reset(); |
| 5784 | } |