Searched refs:_testCaseStats (Results 1 – 7 of 7) sorted by relevance
34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()37 if (_testCaseStats.totals.assertions.allPassed()) { in testCaseEnded()39 } else if (_testCaseStats.totals.assertions.allOk()) { in testCaseEnded()44 stream << ' ' << _testCaseStats.testInfo.name << '\n'; in testCaseEnded()45 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
6135 void testCaseEnded(TestCaseStats const& _testCaseStats) override;16260 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() argument16262 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
51 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
478 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() argument480 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
9541 virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()9542 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
6169 void testCaseEnded(TestCaseStats const& _testCaseStats) override;16513 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() argument16515 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()