| 5580 | currentGroupInfo.reset(); |
| 5581 | } |
| 5582 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5583 | currentTestCaseInfo.reset(); |
| 5584 | currentGroupInfo.reset(); |
| 5585 | currentTestRunInfo.reset(); |
| 5586 | } |
| 5587 | |
| 5588 | void skipTest(TestCaseInfo const&) override { |
| 5589 | // Don't do anything with this by default. |