Searched defs:SectionStats (Results 1 – 1 of 1) sorted by relevance
5544 struct SectionStats { struct5555 SectionInfo sectionInfo;5556 Counts assertions;5557 double durationInSeconds;5558 bool missingAssertions;11115 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats