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

Method testRunStarting

compiler/cpp/tests/catch/catch.hpp:8422–8424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8420
8421 void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {}
8422 void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) {
8423 m_legacyReporter->StartTesting();
8424 }
8425 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) {
8426 m_legacyReporter->StartGroup( groupInfo.name );
8427 }

Callers 2

RunContextMethod · 0.45
testRunStartingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected