Lines Matching refs:testGroupEnded
5261 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
5884 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… in testGroupEnded() function in Catch::RunContext
5885 …m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals… in testGroupEnded()
6054 testGroupEnded( "", m_totals, 1, 1 ); in handleFatalErrorCondition()
6258 context.testGroupEnded( iconfig->name(), totals, 1, 1 ); in runTests()
7598 virtual void testGroupEnded( TestGroupStats const& testGroupStats );
7666 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() function in Catch::LegacyReporterAdapter
8474 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() function in Catch::MultipleReporters
8478 (*it)->testGroupEnded( testGroupStats ); in testGroupEnded()
8566 virtual void testGroupEnded( TestGroupStats const& /* _testGroupStats */ ) CATCH_OVERRIDE { in testGroupEnded() function
8703 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() function
9234 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() function in Catch::XmlReporter
9235 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
9312 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() function in Catch::JunitReporter
9314 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
9545 virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() function
9552 StreamingReporterBase::testGroupEnded( _testGroupStats ); in testGroupEnded()