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

Method testGroupStarting

compiler/cpp/tests/catch/catch.hpp:6579–6581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6577 }
6578
6579 void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ) {
6580 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) );
6581 }
6582 void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ) {
6583 m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals, aborting() ) );
6584 }

Callers

nothing calls this directly

Calls 2

GroupInfoClass · 0.85
testGroupStartingMethod · 0.45

Tested by

no test coverage detected