Removed now redundant handling for missing assertions in test cases

- handled as part of sections
This commit is contained in:
Phil Nash 2013-07-26 19:28:34 +01:00
parent e8cf726a23
commit 649f8c24b1
4 changed files with 0 additions and 21 deletions

View file

@ -63,8 +63,6 @@ namespace Catch
m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions );
}
void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) {
if( testCaseStats.missingAssertions )
m_legacyReporter->NoAssertionsInTestCase( testCaseStats.testInfo.name );
m_legacyReporter->EndTestCase
( testCaseStats.testInfo,
testCaseStats.totals,