| 8458 | m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); |
| 8459 | } |
| 8460 | void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { |
| 8461 | m_legacyReporter->EndTestCase |
| 8462 | ( testCaseStats.testInfo, |
| 8463 | testCaseStats.totals, |
| 8464 | testCaseStats.stdOut, |
| 8465 | testCaseStats.stdErr ); |
| 8466 | } |
| 8467 | void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { |
| 8468 | if( testGroupStats.aborting ) |
| 8469 | m_legacyReporter->Aborted(); |
no outgoing calls
no test coverage detected