Searched refs:sectionEnded (Results 1 – 1 of 1) sorted by relevance
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::RunContext5995 …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::LegacyReporterAdapter7859 getResultCapture().sectionEnded( endInfo ); in ~Section()[all …]