| 5691 | void reportInvalidArguments(std::string const&) override {} |
| 5692 | |
| 5693 | void testRunStarting(TestRunInfo const& _testRunInfo) override { |
| 5694 | currentTestRunInfo = _testRunInfo; |
| 5695 | } |
| 5696 | |
| 5697 | void testGroupStarting(GroupInfo const& _groupInfo) override { |
| 5698 | currentGroupInfo = _groupInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected