Home
last modified time | relevance | path

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

12345678910>>...15

/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_run_context.cpp130 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
147 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
246 assertionEnded(result); in handleFatalErrorCondition()
387 assertionEnded( assertionResult ); in reportExpr()
403 assertionEnded( assertionResult ); in handleMessage()
424 assertionEnded( assertionResult ); in handleUnexpectedInflightException()
441 assertionEnded( assertionResult ); in handleIncomplete()
452 assertionEnded( assertionResult ); in handleNonExpr()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A 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()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_run_context.cpp220 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
237 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
360 assertionEnded(result); in handleFatalErrorCondition()
505 assertionEnded( assertionResult ); in reportExpr()
521 assertionEnded( assertionResult ); in handleMessage()
542 assertionEnded( assertionResult ); in handleUnexpectedInflightException()
559 assertionEnded( assertionResult ); in handleIncomplete()
570 assertionEnded( assertionResult ); in handleNonExpr()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_run_context.cpp220 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
237 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
360 assertionEnded(result); in handleFatalErrorCondition()
506 assertionEnded( assertionResult ); in reportExpr()
522 assertionEnded( assertionResult ); in handleMessage()
543 assertionEnded( assertionResult ); in handleUnexpectedInflightException()
560 assertionEnded( assertionResult ); in handleIncomplete()
571 assertionEnded( assertionResult ); in handleNonExpr()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_run_context.cpp220 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
237 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
360 assertionEnded(result); in handleFatalErrorCondition()
506 assertionEnded( assertionResult ); in reportExpr()
522 assertionEnded( assertionResult ); in handleMessage()
543 assertionEnded( assertionResult ); in handleUnexpectedInflightException()
560 assertionEnded( assertionResult ); in handleIncomplete()
571 assertionEnded( assertionResult ); in handleNonExpr()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_run_context.cpp220 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
237 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
360 assertionEnded(result); in handleFatalErrorCondition()
505 assertionEnded( assertionResult ); in reportExpr()
521 assertionEnded( assertionResult ); in handleMessage()
542 assertionEnded( assertionResult ); in handleUnexpectedInflightException()
559 assertionEnded( assertionResult ); in handleIncomplete()
570 assertionEnded( assertionResult ); in handleNonExpr()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_run_context.cpp220 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
237 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
360 assertionEnded(result); in handleFatalErrorCondition()
505 assertionEnded( assertionResult ); in reportExpr()
521 assertionEnded( assertionResult ); in handleMessage()
542 assertionEnded( assertionResult ); in handleUnexpectedInflightException()
559 assertionEnded( assertionResult ); in handleIncomplete()
570 assertionEnded( assertionResult ); in handleNonExpr()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A 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()
H A Dcatch_reporter_compact.h29 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A 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()
H A Dcatch_reporter_compact.h29 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A 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()
H A Dcatch_reporter_compact.h29 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A 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()
H A Dcatch_reporter_compact.h29 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A 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()
H A Dcatch_reporter_compact.h29 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A 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()
H A Dcatch_reporter_compact.h31 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_multi.cpp67 bool MultipleReporters::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::MultipleReporters
70 clearBuffer |= reporter->assertionEnded( assertionStats ); in assertionEnded()
H A Dcatch_reporter_compact.h31 bool assertionEnded(AssertionStats const& _assertionStats) override;
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_multi.hpp77 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::MultipleReporters
82 clearBuffer |= (*it)->assertionEnded( assertionStats ); in assertionEnded()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_multi.hpp77 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::MultipleReporters
82 clearBuffer |= (*it)->assertionEnded( assertionStats ); in assertionEnded()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_multi.hpp77 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::MultipleReporters
82 clearBuffer |= (*it)->assertionEnded( assertionStats ); in assertionEnded()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_multi.hpp77 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::MultipleReporters
82 clearBuffer |= (*it)->assertionEnded( assertionStats ); in assertionEnded()

12345678910>>...15