Lines Matching refs:testCaseEnded

5618         virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5711 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function
5855 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function
6114 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
6278 void testCaseEnded(TestCaseStats const& testCaseStats) override;
6339 void testCaseEnded(TestCaseStats const& testCaseStats) override;
10886 void testCaseEnded( TestCaseStats const& testCaseStats ) override;
12535 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest()
12713 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
16235 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter
16237 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
16540 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter
16543 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
16843 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::ListeningReporter
16845 listener->testCaseEnded( testCaseStats ); in testCaseEnded()
16847 m_reporter->testCaseEnded( testCaseStats ); in testCaseEnded()
17051 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter
17052 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()