Lines Matching refs:testGroupStarting
5654 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5754 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting() function
5863 void testGroupStarting( GroupInfo const& ) override {} in testGroupStarting() function
6328 void testGroupStarting(GroupInfo const& groupInfo) override;
6382 void testGroupStarting(GroupInfo const& groupInfo) override;
8084 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou…
10988 void testGroupStarting( GroupInfo const& groupInfo ) override;
12672 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() function in Catch::RunContext
12673 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
13289 m_context.testGroupStarting(m_config->name(), 1, 1); in execute()
16802 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::JunitReporter
16807 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
17081 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::ListeningReporter
17083 listener->testGroupStarting( groupInfo ); in testGroupStarting()
17085 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
17211 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() function in Catch::XmlReporter
17212 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()