MCPcopy Create free account
hub / github.com/apache/thrift / sectionStarting

Method sectionStarting

compiler/cpp/tests/catch/catch.hpp:8431–8433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8429 m_legacyReporter->StartTestCase( testInfo );
8430 }
8431 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) {
8432 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description );
8433 }
8434 void LegacyReporterAdapter::assertionStarting( AssertionInfo const& ) {
8435 // Not on legacy interface
8436 }

Callers 3

sectionStartedMethod · 0.45
runCurrentTestMethod · 0.45
sectionStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected