Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6066 void sectionEnded(SectionStats const& _sectionStats) override;
6105 void sectionEnded(SectionStats const& _sectionStats) override;
15752 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() argument
15754 …stream << getFormattedDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.section… in sectionEnded()
16167 void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() argument
16169 if (_sectionStats.missingAssertions) { in sectionEnded()
16176 stream << " '" << _sectionStats.sectionInfo.name << "'\n" << std::endl; in sectionEnded()
16179 …stream << getFormattedDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.section… in sectionEnded()
16184 StreamingReporterBase::sectionEnded(_sectionStats); in sectionEnded()