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

Method testRunStarting

compiler/cpp/tests/catch/catch.hpp:9323–9328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9321 }
9322
9323 virtual void testRunStarting( TestRunInfo const& testRunInfo ) CATCH_OVERRIDE {
9324 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9325 it != itEnd;
9326 ++it )
9327 (*it)->testRunStarting( testRunInfo );
9328 }
9329
9330 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE {
9331 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
testRunStartingMethod · 0.45

Tested by

no test coverage detected