| 7628 | m_legacyReporter->StartTestCase( testInfo ); |
| 7629 | } |
| 7630 | void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { |
| 7631 | m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); |
| 7632 | } |
| 7633 | void LegacyReporterAdapter::assertionStarting( AssertionInfo const& ) { |
| 7634 | // Not on legacy interface |
| 7635 | } |
no outgoing calls
no test coverage detected