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

Method testCaseEnded

compiler/cpp/tests/catch/catch.hpp:9375–9380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9373 }
9374
9375 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE {
9376 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9377 it != itEnd;
9378 ++it )
9379 (*it)->testCaseEnded( testCaseStats );
9380 }
9381
9382 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE {
9383 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
testCaseEndedMethod · 0.45

Tested by

no test coverage detected