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

Method testGroupStarting

compiler/cpp/tests/catch/catch.hpp:8425–8427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8423 m_legacyReporter->StartTesting();
8424 }
8425 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) {
8426 m_legacyReporter->StartGroup( groupInfo.name );
8427 }
8428 void LegacyReporterAdapter::testCaseStarting( TestCaseInfo const& testInfo ) {
8429 m_legacyReporter->StartTestCase( testInfo );
8430 }

Callers 3

testGroupStartingMethod · 0.45
runTestsFunction · 0.45
testGroupStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected