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

Method testRunEnded

compiler/cpp/tests/catch/catch.hpp:9389–9394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9387 }
9388
9389 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE {
9390 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end();
9391 it != itEnd;
9392 ++it )
9393 (*it)->testRunEnded( testRunStats );
9394 }
9395
9396 virtual void skipTest( TestCaseInfo const& testInfo ) CATCH_OVERRIDE {
9397 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
testRunEndedMethod · 0.45

Tested by

no test coverage detected