| 3800 | currentGroupInfo.reset(); |
| 3801 | } |
| 3802 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 3803 | currentTestCaseInfo.reset(); |
| 3804 | currentGroupInfo.reset(); |
| 3805 | currentTestRunInfo.reset(); |
| 3806 | } |
| 3807 | |
| 3808 | void skipTest(TestCaseInfo const&) override { |
| 3809 | // Don't do anything with this by default. |