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

Method testGroupEnded

compiler/cpp/tests/catch/catch.hpp:8467–8471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8465 testCaseStats.stdErr );
8466 }
8467 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) {
8468 if( testGroupStats.aborting )
8469 m_legacyReporter->Aborted();
8470 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals );
8471 }
8472 void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) {
8473 m_legacyReporter->EndTesting( testRunStats.totals );
8474 }

Callers 3

testGroupEndedMethod · 0.45
runTestsFunction · 0.45
testGroupEndedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected