| 5783 | currentGroupInfo.reset(); |
| 5784 | } |
| 5785 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5786 | currentTestCaseInfo.reset(); |
| 5787 | currentGroupInfo.reset(); |
| 5788 | currentTestRunInfo.reset(); |
| 5789 | } |
| 5790 | |
| 5791 | void skipTest(TestCaseInfo const&) override { |
| 5792 | // Don't do anything with this by default. |