Searched defs:SectionStats (Results 1 – 1 of 1) sorted by relevance
5478 struct SectionStats { struct5489 SectionInfo sectionInfo;5490 Counts assertions;5491 double durationInSeconds;5492 bool missingAssertions;10941 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats