mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-09 08:19:32 +01:00
Removed now redundant handling for missing assertions in test cases
- handled as part of sections
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user