Home
last modified time | relevance | path

Searched refs:assertionEnded (Results 1 – 25 of 25) sorted by relevance

/external/catch2/include/internal/
Dcatch_run_context.cpp145 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()
Dcatch_run_context.h117 void assertionEnded( AssertionResult const& result );
Dcatch_interfaces_reporter.h194 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0;
/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp95 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()
Dcatch_reporter_compact.h31 bool assertionEnded(AssertionStats const& _assertionStats) override;
Dcatch_reporter_bases.cpp54 bool TestEventListenerBase::assertionEnded(AssertionStats const &) { in assertionEnded() function in Catch::TestEventListenerBase
Dcatch_reporter_automake.hpp32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
Dcatch_reporter_xml.h43 bool assertionEnded(AssertionStats const& assertionStats) override;
Dcatch_reporter_junit.cpp100 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::JunitReporter
103 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()
Dcatch_reporter_junit.h32 bool assertionEnded(AssertionStats const& assertionStats) override;
Dcatch_reporter_listening.h44 bool assertionEnded( AssertionStats const& assertionStats ) override;
Dcatch_reporter_console.h37 bool assertionEnded(AssertionStats const& _assertionStats) override;
Dcatch_reporter_bases.hpp196 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function
272 bool assertionEnded(AssertionStats const&) override;
Dcatch_reporter_tap.hpp42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded() function
Dcatch_reporter_teamcity.hpp68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded() function
Dcatch_reporter_xml.cpp95 bool XmlReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::XmlReporter
Dcatch_reporter_compact.cpp257 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function in Catch::CompactReporter
Dcatch_reporter_console.cpp359 bool ConsoleReporter::assertionEnded(AssertionStats const& _assertionStats) { in assertionEnded() function in Catch::ConsoleReporter
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
Dcatch_reporter_tap.hpp42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded() function
Dcatch_reporter_teamcity.hpp68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded() function
Dcatch.hpp5032 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/
Devent-listeners.md64 virtual bool assertionEnded( AssertionStats const& assertionStats );
/external/catch2/examples/
D210-Evt-EventListeners.cpp363 virtual bool assertionEnded( Catch::AssertionStats const& assertionStats ) override { in assertionEnded() function
/external/bcc/tests/cc/
Dcatch.hpp1969 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 …]