Home
last modified time | relevance | path

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

12345678910>>...13

/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_listening.cpp124 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
126 listener->sectionEnded( sectionStats ); in sectionEnded()
128 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_listening.cpp124 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
126 listener->sectionEnded( sectionStats ); in sectionEnded()
128 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_listening.cpp124 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
126 listener->sectionEnded( sectionStats ); in sectionEnded()
128 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_listening.cpp124 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
126 listener->sectionEnded( sectionStats ); in sectionEnded()
128 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_listening.cpp124 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
126 listener->sectionEnded( sectionStats ); in sectionEnded()
128 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_listening.cpp124 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
126 listener->sectionEnded( sectionStats ); in sectionEnded()
128 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/
H A Dcatch_main.hpp31 void sectionEnded(const SectionStats &_sectionStats) override { in sectionEnded() function
33 ConsoleReporter::sectionEnded(_sectionStats); in sectionEnded()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_run_context.hpp184 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext
193 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
240 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition()
307 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
332 sectionEnded( *it ); in handleUnfinishedSections()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_run_context.hpp184 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext
193 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
240 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition()
307 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
332 sectionEnded( *it ); in handleUnfinishedSections()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_run_context.hpp231 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext
240 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
295 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition()
362 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
387 sectionEnded( *it ); in handleUnfinishedSections()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_run_context.hpp231 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext
240 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
295 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition()
362 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
387 sectionEnded( *it ); in handleUnfinishedSections()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_multi.cpp74 void MultipleReporters::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::MultipleReporters
76 reporter->sectionEnded( sectionStats ); in sectionEnded()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_run_context.cpp185 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
194 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
257 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
332 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
348 sectionEnded(*it); in handleUnfinishedSections()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_run_context.cpp210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
219 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
296 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
376 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
392 sectionEnded(*it); in handleUnfinishedSections()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_run_context.cpp285 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
294 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
371 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
451 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
466 sectionEnded(*it); in handleUnfinishedSections()
H A Dcatch_section.cpp28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_run_context.cpp285 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
294 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
371 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
451 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
467 sectionEnded(*it); in handleUnfinishedSections()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_run_context.cpp285 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
294 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
371 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
451 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
467 sectionEnded(*it); in handleUnfinishedSections()
H A Dcatch_section.cpp28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_run_context.cpp285 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
294 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
371 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
451 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
466 sectionEnded(*it); in handleUnfinishedSections()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_run_context.cpp285 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
294 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
371 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
451 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
466 sectionEnded(*it); in handleUnfinishedSections()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_multi.hpp86 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::MultipleReporters
90 (*it)->sectionEnded( sectionStats ); in sectionEnded()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_multi.hpp86 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::MultipleReporters
90 (*it)->sectionEnded( sectionStats ); in sectionEnded()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_multi.hpp86 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::MultipleReporters
90 (*it)->sectionEnded( sectionStats ); in sectionEnded()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_multi.hpp86 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::MultipleReporters
90 (*it)->sectionEnded( sectionStats ); in sectionEnded()

12345678910>>...13