| 5146 | currentGroupInfo.reset(); |
| 5147 | } |
| 5148 | void testRunEnded(TestRunStats const& /* _testRunStats */) override { |
| 5149 | currentTestCaseInfo.reset(); |
| 5150 | currentGroupInfo.reset(); |
| 5151 | currentTestRunInfo.reset(); |
| 5152 | } |
| 5153 | |
| 5154 | void skipTest(TestCaseInfo const&) override { |
| 5155 | // Don't do anything with this by default. |