| 8429 | m_legacyReporter->StartTestCase( testInfo ); |
| 8430 | } |
| 8431 | void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { |
| 8432 | m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); |
| 8433 | } |
| 8434 | void LegacyReporterAdapter::assertionStarting( AssertionInfo const& ) { |
| 8435 | // Not on legacy interface |
| 8436 | } |
no outgoing calls
no test coverage detected