/external/catch2/include/internal/ |
D | catch_run_context.cpp | 145 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext 162 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded() 276 assertionEnded(result); in handleFatalErrorCondition() 422 assertionEnded( assertionResult ); in reportExpr() 438 assertionEnded( assertionResult ); in handleMessage() 459 assertionEnded( assertionResult ); in handleUnexpectedInflightException() 476 assertionEnded( assertionResult ); in handleIncomplete() 487 assertionEnded( assertionResult ); in handleNonExpr()
|
D | catch_run_context.h | 117 void assertionEnded( AssertionResult const& result );
|
D | catch_interfaces_reporter.h | 194 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0;
|
/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 95 bool ListeningReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::ListeningReporter 97 static_cast<void>( listener->assertionEnded( assertionStats ) ); in assertionEnded() 99 return m_reporter->assertionEnded( assertionStats ); in assertionEnded()
|
D | catch_reporter_compact.h | 31 bool assertionEnded(AssertionStats const& _assertionStats) override;
|
D | catch_reporter_bases.cpp | 54 bool TestEventListenerBase::assertionEnded(AssertionStats const &) { in assertionEnded() function in Catch::TestEventListenerBase
|
D | catch_reporter_automake.hpp | 32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
|
D | catch_reporter_xml.h | 43 bool assertionEnded(AssertionStats const& assertionStats) override;
|
D | catch_reporter_junit.cpp | 100 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::JunitReporter 103 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()
|
D | catch_reporter_junit.h | 32 bool assertionEnded(AssertionStats const& assertionStats) override;
|
D | catch_reporter_listening.h | 44 bool assertionEnded( AssertionStats const& assertionStats ) override;
|
D | catch_reporter_console.h | 37 bool assertionEnded(AssertionStats const& _assertionStats) override;
|
D | catch_reporter_bases.hpp | 196 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function 272 bool assertionEnded(AssertionStats const&) override;
|
D | catch_reporter_tap.hpp | 42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded() function
|
D | catch_reporter_teamcity.hpp | 68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded() function
|
D | catch_reporter_xml.cpp | 95 bool XmlReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::XmlReporter
|
D | catch_reporter_compact.cpp | 257 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function in Catch::CompactReporter
|
D | catch_reporter_console.cpp | 359 bool ConsoleReporter::assertionEnded(AssertionStats const& _assertionStats) { in assertionEnded() function in Catch::ConsoleReporter
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
|
D | catch_reporter_tap.hpp | 42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded() function
|
D | catch_reporter_teamcity.hpp | 68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded() function
|
D | catch.hpp | 5032 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0; 5252 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function 5327 bool assertionEnded(AssertionStats const&) override; 5477 bool assertionEnded(AssertionStats const& _assertionStats) override; 5513 bool assertionEnded(AssertionStats const& _assertionStats) override; 5671 bool assertionEnded(AssertionStats const& assertionStats) override; 5730 bool assertionEnded(AssertionStats const& assertionStats) override; 6218 void assertionEnded( AssertionResult const& result ); 8899 bool assertionEnded( AssertionStats const& assertionStats ) override; 10374 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext [all …]
|
/external/catch2/docs/ |
D | event-listeners.md | 64 virtual bool assertionEnded( AssertionStats const& assertionStats );
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 363 virtual bool assertionEnded( Catch::AssertionStats const& assertionStats ) override { in assertionEnded() function
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1969 virtual void assertionEnded( AssertionResult const& result ) = 0; 5257 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0; 5937 virtual void assertionEnded( AssertionResult const& result ) { in assertionEnded() function in Catch::RunContext 5945 if( m_reporter->assertionEnded( AssertionStats( result, m_messages, m_totals ) ) ) in assertionEnded() 7595 virtual bool assertionEnded( AssertionStats const& assertionStats ); 7637 bool LegacyReporterAdapter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::LegacyReporterAdapter 8236 getResultCapture().assertionEnded( result ); in handleResult() 8451 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::MultipleReporters 8456 clearBuffer |= (*it)->assertionEnded( assertionStats ); in assertionEnded() 8680 virtual bool assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function [all …]
|