| 3797 | currentTestCaseInfo.reset(); |
| 3798 | } |
| 3799 | void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { |
| 3800 | currentGroupInfo.reset(); |
| 3801 | } |
| 3802 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 3803 | currentTestCaseInfo.reset(); |
| 3804 | currentGroupInfo.reset(); |