| 8423 | m_legacyReporter->StartTesting(); |
| 8424 | } |
| 8425 | void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { |
| 8426 | m_legacyReporter->StartGroup( groupInfo.name ); |
| 8427 | } |
| 8428 | void LegacyReporterAdapter::testCaseStarting( TestCaseInfo const& testInfo ) { |
| 8429 | m_legacyReporter->StartTestCase( testInfo ); |
| 8430 | } |
no outgoing calls
no test coverage detected