Searched refs:testCaseStats (Results 1 – 1 of 1) sorted by relevance
5288 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;7656 virtual void testCaseEnded( TestCaseStats const& testCaseStats );7718 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() argument7720 ( testCaseStats.testInfo, in testCaseEnded()7721 testCaseStats.totals, in testCaseEnded()7722 testCaseStats.stdOut, in testCaseEnded()7723 testCaseStats.stdErr ); in testCaseEnded()8526 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() argument8530 (*it)->testCaseEnded( testCaseStats ); in testCaseEnded()8756 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()[all …]