| 8420 | |
| 8421 | void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {} |
| 8422 | void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) { |
| 8423 | m_legacyReporter->StartTesting(); |
| 8424 | } |
| 8425 | void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { |
| 8426 | m_legacyReporter->StartGroup( groupInfo.name ); |
| 8427 | } |
no outgoing calls
no test coverage detected