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

Method testCaseStarting

compiler/cpp/tests/catch/catch.hpp:9337–9342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9335 }
9336
9337 virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE {
9338 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9339 it != itEnd;
9340 ++it )
9341 (*it)->testCaseStarting( testInfo );
9342 }
9343
9344 virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE {
9345 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
testCaseStartingMethod · 0.45

Tested by

no test coverage detected