/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() 285 assertionEnded(result); in handleFatalErrorCondition() 431 assertionEnded( assertionResult ); in reportExpr() 447 assertionEnded( assertionResult ); in handleMessage() 468 assertionEnded( assertionResult ); in handleUnexpectedInflightException() 485 assertionEnded( assertionResult ); in handleIncomplete() 496 assertionEnded( assertionResult ); in handleNonExpr()
|
D | catch_run_context.h | 121 void assertionEnded( AssertionResult const& result );
|
D | catch_interfaces_reporter.h | 235 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0;
|
/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 117 bool ListeningReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::ListeningReporter 119 static_cast<void>( listener->assertionEnded( assertionStats ) ); in assertionEnded() 121 return m_reporter->assertionEnded( assertionStats ); in assertionEnded()
|
D | catch_reporter_compact.h | 31 bool assertionEnded(AssertionStats const& _assertionStats) override;
|
D | catch_reporter_automake.hpp | 32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
|
D | catch_reporter_bases.cpp | 68 bool TestEventListenerBase::assertionEnded(AssertionStats const &) { in assertionEnded() function in Catch::TestEventListenerBase
|
D | catch_reporter_junit.h | 32 bool assertionEnded(AssertionStats const& assertionStats) override;
|
D | catch_reporter_xml.h | 43 bool assertionEnded(AssertionStats const& assertionStats) override;
|
D | catch_reporter_listening.h | 50 bool assertionEnded( AssertionStats const& assertionStats ) override;
|
D | catch_reporter_console.h | 39 bool assertionEnded(AssertionStats const& _assertionStats) override;
|
D | catch_reporter_junit.cpp | 94 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::JunitReporter 97 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()
|
D | catch_reporter_bases.hpp | 201 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function 277 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_compact.cpp | 258 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function in Catch::CompactReporter
|
D | catch_reporter_xml.cpp | 97 bool XmlReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::XmlReporter
|
/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 | 5636 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0; 5858 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function 5933 bool assertionEnded(AssertionStats const&) override; 6085 bool assertionEnded(AssertionStats const& _assertionStats) override; 6123 bool assertionEnded(AssertionStats const& _assertionStats) override; 6297 bool assertionEnded(AssertionStats const& assertionStats) override; 6356 bool assertionEnded(AssertionStats const& assertionStats) override; 8106 void assertionEnded( AssertionResult const& result ); 10932 bool assertionEnded( AssertionStats const& assertionStats ) override; 12585 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 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 …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5669 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0; 5894 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function 5969 bool assertionEnded(AssertionStats const&) override; 6119 bool assertionEnded(AssertionStats const& _assertionStats) override; 6157 bool assertionEnded(AssertionStats const& _assertionStats) override; 6331 bool assertionEnded(AssertionStats const& assertionStats) override; 6390 bool assertionEnded(AssertionStats const& assertionStats) override; 8161 void assertionEnded( AssertionResult const& result ); 10994 bool assertionEnded( AssertionStats const& assertionStats ) override; 12728 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext [all …]
|