| 3794 | m_sectionStack.pop_back(); |
| 3795 | } |
| 3796 | void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { |
| 3797 | currentTestCaseInfo.reset(); |
| 3798 | } |
| 3799 | void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { |
| 3800 | currentGroupInfo.reset(); |
| 3801 | } |