| 3775 | ~StreamingReporterBase() override = default; |
| 3776 | |
| 3777 | void noMatchingTestCases(std::string const&) override {} |
| 3778 | |
| 3779 | void testRunStarting(TestRunInfo const& _testRunInfo) override { |
| 3780 | currentTestRunInfo = _testRunInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected