Searched refs:sectionStats (Results 1 – 1 of 1) sorted by relevance
5617 virtual void sectionEnded( SectionStats const& sectionStats ) = 0;5849 void sectionEnded(SectionStats const& sectionStats) override { in sectionEnded()5852 node.stats = sectionStats; in sectionEnded()6337 void sectionEnded(SectionStats const& sectionStats) override;10885 void sectionEnded( SectionStats const& sectionStats ) override;16838 listener->sectionEnded( sectionStats ); in sectionEnded()16840 m_reporter->sectionEnded( sectionStats ); in sectionEnded()17036 void XmlReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() argument17037 StreamingReporterBase::sectionEnded( sectionStats ); in sectionEnded()17040 e.writeAttribute( "successes", sectionStats.assertions.passed ); in sectionEnded()[all …]