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

Method sectionStarting

tests/catch.h:8436–8441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8434 }
8435
8436 virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE {
8437 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
8438 it != itEnd;
8439 ++it )
8440 (*it)->sectionStarting( sectionInfo );
8441 }
8442
8443 virtual void assertionStarting( AssertionInfo const& assertionInfo ) CATCH_OVERRIDE {
8444 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
sectionStartingMethod · 0.45

Tested by

no test coverage detected