| 5715 | currentGroupInfo.reset(); |
| 5716 | } |
| 5717 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5718 | currentTestCaseInfo.reset(); |
| 5719 | currentGroupInfo.reset(); |
| 5720 | currentTestRunInfo.reset(); |
| 5721 | } |
| 5722 | |
| 5723 | void skipTest(TestCaseInfo const&) override { |
| 5724 | // Don't do anything with this by default. |