| 5712 | currentTestCaseInfo.reset(); |
| 5713 | } |
| 5714 | void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { |
| 5715 | currentGroupInfo.reset(); |
| 5716 | } |
| 5717 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5718 | currentTestCaseInfo.reset(); |
| 5719 | currentGroupInfo.reset(); |