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

Method testGroupStarting

compiler/cpp/tests/catch/catch.hpp:9330–9335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9328 }
9329
9330 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE {
9331 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9332 it != itEnd;
9333 ++it )
9334 (*it)->testGroupStarting( groupInfo );
9335 }
9336
9337 virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE {
9338 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
testGroupStartingMethod · 0.45

Tested by

no test coverage detected