/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 102 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter 104 listener->sectionEnded( sectionStats ); in sectionEnded() 106 m_reporter->sectionEnded( sectionStats ); in sectionEnded()
|
D | catch_reporter_compact.h | 33 void sectionEnded(SectionStats const& _sectionStats) override;
|
D | catch_reporter_xml.cpp | 170 void XmlReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::XmlReporter 171 StreamingReporterBase::sectionEnded( sectionStats ); in sectionEnded()
|
D | catch_reporter_xml.h | 45 void sectionEnded(SectionStats const& sectionStats) override;
|
D | catch_reporter_listening.h | 45 void sectionEnded( SectionStats const& sectionStats ) override;
|
D | catch_reporter_console.h | 40 void sectionEnded(SectionStats const& _sectionStats) override;
|
D | catch_reporter_bases.hpp | 66 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded() function 208 void sectionEnded(SectionStats const& sectionStats) override { in sectionEnded() function
|
D | catch_reporter_console.cpp | 380 void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::ConsoleReporter 397 StreamingReporterBase::sectionEnded(_sectionStats); in sectionEnded()
|
D | catch_reporter_compact.cpp | 276 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::CompactReporter
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext 219 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded() 287 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition() 367 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest() 383 sectionEnded(*it); in handleUnfinishedSections()
|
D | catch_section.cpp | 28 getResultCapture().sectionEnded( endInfo ); in ~Section()
|
D | catch_interfaces_capture.h | 39 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
|
D | catch_run_context.h | 80 void sectionEnded( SectionEndInfo const& endInfo ) override;
|
D | catch_interfaces_reporter.h | 199 virtual void sectionEnded( SectionStats const& sectionStats ) = 0;
|
/external/catch2/docs/ |
D | event-listeners.md | 60 virtual void sectionEnded( SectionStats const& sectionStats );
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1972 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; 5259 virtual void sectionEnded( SectionStats const& sectionStats ) = 0; 5986 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext 5995 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded() 6042 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition() 6109 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest() 6134 sectionEnded( *it ); in handleUnfinishedSections() 7596 virtual void sectionEnded( SectionStats const& sectionStats ); 7654 void LegacyReporterAdapter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::LegacyReporterAdapter 7859 getResultCapture().sectionEnded( endInfo ); in ~Section() [all …]
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 352 virtual void sectionEnded( Catch::SectionStats const& sectionStats ) override { in sectionEnded() function
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2093 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; 5037 virtual void sectionEnded( SectionStats const& sectionStats ) = 0; 5123 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded() function 5264 void sectionEnded(SectionStats const& sectionStats) override { in sectionEnded() function 5479 void sectionEnded(SectionStats const& _sectionStats) override; 5516 void sectionEnded(SectionStats const& _sectionStats) override; 5732 void sectionEnded(SectionStats const& sectionStats) override; 6181 void sectionEnded( SectionEndInfo const& endInfo ) override; 8900 void sectionEnded( SectionStats const& sectionStats ) override; 10439 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext [all …]
|