| 5695 | } |
| 5696 | |
| 5697 | void testGroupStarting(GroupInfo const& _groupInfo) override { |
| 5698 | currentGroupInfo = _groupInfo; |
| 5699 | } |
| 5700 | |
| 5701 | void testCaseStarting(TestCaseInfo const& _testInfo) override { |
| 5702 | currentTestCaseInfo = _testInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected