Home
last modified time | relevance | path

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

12

/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()
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()
Dcatch_run_context.h121 void assertionEnded( AssertionResult const& result );
Dcatch_interfaces_reporter.h235 virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0;
/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp117 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()
Dcatch_reporter_compact.h31 bool assertionEnded(AssertionStats const& _assertionStats) override;
Dcatch_reporter_automake.hpp32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
Dcatch_reporter_bases.cpp68 bool TestEventListenerBase::assertionEnded(AssertionStats const &) { in assertionEnded() function in Catch::TestEventListenerBase
Dcatch_reporter_junit.h32 bool assertionEnded(AssertionStats const& assertionStats) override;
Dcatch_reporter_xml.h43 bool assertionEnded(AssertionStats const& assertionStats) override;
Dcatch_reporter_listening.h50 bool assertionEnded( AssertionStats const& assertionStats ) override;
Dcatch_reporter_console.h39 bool assertionEnded(AssertionStats const& _assertionStats) override;
Dcatch_reporter_junit.cpp94 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::JunitReporter
97 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()
Dcatch_reporter_bases.hpp201 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function
277 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_compact.cpp258 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function in Catch::CompactReporter
Dcatch_reporter_xml.cpp97 bool XmlReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::XmlReporter
/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.hpp5636 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/
Devent-listeners.md64 virtual bool assertionEnded( AssertionStats const& assertionStats );
/external/catch2/examples/
D210-Evt-EventListeners.cpp363 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 …]
/external/libabigail/tests/lib/
Dcatch.hpp5669 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 …]

12