| 7652 | return true; |
| 7653 | } |
| 7654 | void LegacyReporterAdapter::sectionEnded( SectionStats const& sectionStats ) { |
| 7655 | if( sectionStats.missingAssertions ) |
| 7656 | m_legacyReporter->NoAssertionsInSection( sectionStats.sectionInfo.name ); |
| 7657 | m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); |
| 7658 | } |
| 7659 | void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { |
| 7660 | m_legacyReporter->EndTestCase |
| 7661 | ( testCaseStats.testInfo, |
no outgoing calls
no test coverage detected