| 8470 | m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); |
| 8471 | } |
| 8472 | void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { |
| 8473 | m_legacyReporter->EndTesting( testRunStats.totals ); |
| 8474 | } |
| 8475 | void LegacyReporterAdapter::skipTest( TestCaseInfo const& ) { |
| 8476 | } |
| 8477 | } |
no outgoing calls
no test coverage detected