Lines Matching refs:testGroupStarting
5249 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5881 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… in testGroupStarting() function in Catch::RunContext
5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting()
6242 context.testGroupStarting( config->name(), 1, 1 ); in runTests()
7591 virtual void testGroupStarting( GroupInfo const& groupInfo );
7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::LegacyReporterAdapter
8422 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() function in Catch::MultipleReporters
8426 (*it)->testGroupStarting( groupInfo ); in testGroupStarting()
8549 virtual void testGroupStarting( GroupInfo const& _groupInfo ) CATCH_OVERRIDE { in testGroupStarting() function
8649 virtual void testGroupStarting( GroupInfo const& ) CATCH_OVERRIDE {} in testGroupStarting() function
9112 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() function in Catch::XmlReporter
9113 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
9292 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() function in Catch::JunitReporter
9297 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()