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;
4945 struct SectionStats { struct4956 SectionInfo sectionInfo;4957 Counts assertions;4958 double durationInSeconds;4959 bool missingAssertions;8983 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats