| 8426 | m_legacyReporter->StartGroup( groupInfo.name ); |
| 8427 | } |
| 8428 | void LegacyReporterAdapter::testCaseStarting( TestCaseInfo const& testInfo ) { |
| 8429 | m_legacyReporter->StartTestCase( testInfo ); |
| 8430 | } |
| 8431 | void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { |
| 8432 | m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); |
| 8433 | } |
no outgoing calls
no test coverage detected