| 3780 | currentTestRunInfo = _testRunInfo; |
| 3781 | } |
| 3782 | void testGroupStarting(GroupInfo const& _groupInfo) override { |
| 3783 | currentGroupInfo = _groupInfo; |
| 3784 | } |
| 3785 | |
| 3786 | void testCaseStarting(TestCaseInfo const& _testInfo) override { |
| 3787 | currentTestCaseInfo = _testInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected