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

Method testGroupEnded

compiler/cpp/tests/catch/catch.hpp:9382–9387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9380 }
9381
9382 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE {
9383 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9384 it != itEnd;
9385 ++it )
9386 (*it)->testGroupEnded( testGroupStats );
9387 }
9388
9389 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE {
9390 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
testGroupEndedMethod · 0.45

Tested by

no test coverage detected