| 9874 | public: // StreamingReporterBase |
| 9875 | |
| 9876 | virtual void noMatchingTestCases( std::string const& s ) CATCH_OVERRIDE { |
| 9877 | StreamingReporterBase::noMatchingTestCases( s ); |
| 9878 | } |
| 9879 | |
| 9880 | virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE { |
| 9881 | StreamingReporterBase::testRunStarting( testInfo ); |
nothing calls this directly
no outgoing calls
no test coverage detected