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

Method testCaseEnded

compiler/cpp/tests/catch/catch.hpp:8460–8466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8458 m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions );
8459 }
8460 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) {
8461 m_legacyReporter->EndTestCase
8462 ( testCaseStats.testInfo,
8463 testCaseStats.totals,
8464 testCaseStats.stdOut,
8465 testCaseStats.stdErr );
8466 }
8467 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) {
8468 if( testGroupStats.aborting )
8469 m_legacyReporter->Aborted();

Callers 3

runTestMethod · 0.45
testCaseEndedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected