| 5143 | currentTestCaseInfo.reset(); |
| 5144 | } |
| 5145 | void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { |
| 5146 | currentGroupInfo.reset(); |
| 5147 | } |
| 5148 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5149 | currentTestCaseInfo.reset(); |
| 5150 | currentGroupInfo.reset(); |