MCPcopy Create free account
hub / github.com/FidoProject/Fido / sectionEnded

Method sectionEnded

tests/catch.h:7654–7658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers 5

sectionEndedMethod · 0.45
runCurrentTestMethod · 0.45
~SectionMethod · 0.45
sectionEndedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected