MCPcopy Create free account
hub / github.com/Profactor/cv-plot / SectionStats

Method SectionStats

CvPlot/ext/catch2/inc/catch.hpp:10941–10949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10939 AssertionStats::~AssertionStats() = default;
10940
10941 SectionStats::SectionStats( SectionInfo const& _sectionInfo,
10942 Counts const& _assertions,
10943 double _durationInSeconds,
10944 bool _missingAssertions )
10945 : sectionInfo( _sectionInfo ),
10946 assertions( _assertions ),
10947 durationInSeconds( _durationInSeconds ),
10948 missingAssertions( _missingAssertions )
10949 {}
10950
10951 SectionStats::~SectionStats() = default;
10952

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected