Home
last modified time | relevance | path

Searched refs:_testCaseStats (Results 1 – 7 of 7) sorted by relevance

/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp34 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()
Dcatch.hpp6135 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
16260 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() argument
16262 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
/external/catch2/include/reporters/
Dcatch_reporter_automake.hpp34 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()
Dcatch_reporter_console.h51 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
Dcatch_reporter_console.cpp478 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() argument
480 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
/external/bcc/tests/cc/
Dcatch.hpp9541 virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9542 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
/external/libabigail/tests/lib/
Dcatch.hpp6169 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
16513 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() argument
16515 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()