• Home
  • Raw
  • Download

Lines Matching refs:sectionEnded

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()
8460 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::MultipleReporters
8464 (*it)->sectionEnded( sectionStats ); in sectionEnded()
8560 virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) CATCH_OVERRIDE { in sectionEnded() function
8686 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function
9208 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::XmlReporter
9209 StreamingReporterBase::sectionEnded( sectionStats ); in sectionEnded()
9519 virtual void sectionEnded( SectionStats const& _sectionStats ) CATCH_OVERRIDE { in sectionEnded() function
9538 StreamingReporterBase::sectionEnded( _sectionStats ); in sectionEnded()