Searched refs:testGroupEnded (Results 1 – 1 of 1) sorted by relevance
5619 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;5714 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override { in testGroupEnded() function5866 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded() function6115 void testGroupEnded(TestGroupStats const& _testGroupStats) override;6280 void testGroupEnded(TestGroupStats const& testGroupStats) override;6341 void testGroupEnded(TestGroupStats const& testGroupStats) override;7987 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st…10887 void testGroupEnded( TestGroupStats const& testGroupStats ) override;12503 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() function in Catch::RunContext12504 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()[all …]