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

Method sectionStarting

compiler/cpp/tests/catch/catch.hpp:9344–9349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9342 }
9343
9344 virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE {
9345 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9346 it != itEnd;
9347 ++it )
9348 (*it)->sectionStarting( sectionInfo );
9349 }
9350
9351 virtual void assertionStarting( AssertionInfo const& assertionInfo ) CATCH_OVERRIDE {
9352 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
sectionStartingMethod · 0.45

Tested by

no test coverage detected