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

Method testCaseStarting

compiler/cpp/tests/catch/catch.hpp:8428–8430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8426 m_legacyReporter->StartGroup( groupInfo.name );
8427 }
8428 void LegacyReporterAdapter::testCaseStarting( TestCaseInfo const& testInfo ) {
8429 m_legacyReporter->StartTestCase( testInfo );
8430 }
8431 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) {
8432 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description );
8433 }

Callers 2

runTestMethod · 0.45
testCaseStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected