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

Method sectionStarting

tests/catch.h:7630–7632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7628 m_legacyReporter->StartTestCase( testInfo );
7629 }
7630 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) {
7631 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description );
7632 }
7633 void LegacyReporterAdapter::assertionStarting( AssertionInfo const& ) {
7634 // Not on legacy interface
7635 }

Callers 3

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45
sectionStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected