| 5780 | currentTestCaseInfo.reset(); |
| 5781 | } |
| 5782 | void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { |
| 5783 | currentGroupInfo.reset(); |
| 5784 | } |
| 5785 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5786 | currentTestCaseInfo.reset(); |
| 5787 | currentGroupInfo.reset(); |