Searched defs:SectionStats (Results 1 – 4 of 4) sorted by relevance
92 struct SectionStats { struct99 SectionStats& operator = ( SectionStats const& ) = default; argument100 SectionStats& operator = ( SectionStats && ) = default; argument103 SectionInfo sectionInfo;104 Counts assertions;105 double durationInSeconds;106 bool missingAssertions;
55 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats
5132 struct SectionStats { struct5133 SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function5150 SectionInfo sectionInfo;5151 Counts assertions;5152 double durationInSeconds;5153 bool missingAssertions;
4930 struct SectionStats { struct4941 SectionInfo sectionInfo;4942 Counts assertions;4943 double durationInSeconds;4944 bool missingAssertions;8956 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats