| 8465 | testCaseStats.stdErr ); |
| 8466 | } |
| 8467 | void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { |
| 8468 | if( testGroupStats.aborting ) |
| 8469 | m_legacyReporter->Aborted(); |
| 8470 | m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); |
| 8471 | } |
| 8472 | void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { |
| 8473 | m_legacyReporter->EndTesting( testRunStats.totals ); |
| 8474 | } |
no outgoing calls
no test coverage detected