Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp102 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()
Dcatch_reporter_compact.h33 void sectionEnded(SectionStats const& _sectionStats) override;
Dcatch_reporter_xml.cpp170 void XmlReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::XmlReporter
171 StreamingReporterBase::sectionEnded( sectionStats ); in sectionEnded()
Dcatch_reporter_xml.h45 void sectionEnded(SectionStats const& sectionStats) override;
Dcatch_reporter_listening.h45 void sectionEnded( SectionStats const& sectionStats ) override;
Dcatch_reporter_console.h40 void sectionEnded(SectionStats const& _sectionStats) override;
Dcatch_reporter_bases.hpp66 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded() function
208 void sectionEnded(SectionStats const& sectionStats) override { in sectionEnded() function
Dcatch_reporter_console.cpp380 void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::ConsoleReporter
397 StreamingReporterBase::sectionEnded(_sectionStats); in sectionEnded()
Dcatch_reporter_compact.cpp276 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::CompactReporter
/external/catch2/include/internal/
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()
287 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
367 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
383 sectionEnded(*it); in handleUnfinishedSections()
Dcatch_section.cpp28 getResultCapture().sectionEnded( endInfo ); in ~Section()
Dcatch_interfaces_capture.h39 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
Dcatch_run_context.h80 void sectionEnded( SectionEndInfo const& endInfo ) override;
Dcatch_interfaces_reporter.h199 virtual void sectionEnded( SectionStats const& sectionStats ) = 0;
/external/catch2/docs/
Devent-listeners.md60 virtual void sectionEnded( SectionStats const& sectionStats );
/external/bcc/tests/cc/
Dcatch.hpp1972 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/
D210-Evt-EventListeners.cpp352 virtual void sectionEnded( Catch::SectionStats const& sectionStats ) override { in sectionEnded() function
/external/catch2/single_include/catch2/
Dcatch.hpp2093 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 …]