| 3777 | void noMatchingTestCases(std::string const&) override {} |
| 3778 | |
| 3779 | void testRunStarting(TestRunInfo const& _testRunInfo) override { |
| 3780 | currentTestRunInfo = _testRunInfo; |
| 3781 | } |
| 3782 | void testGroupStarting(GroupInfo const& _groupInfo) override { |
| 3783 | currentGroupInfo = _groupInfo; |
| 3784 | } |
nothing calls this directly
no outgoing calls
no test coverage detected