MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / SectionStats

Method SectionStats

unittests/catch.hpp:7571–7579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7569 AssertionStats::~AssertionStats() = default;
7570
7571 SectionStats::SectionStats( SectionInfo const& _sectionInfo,
7572 Counts const& _assertions,
7573 double _durationInSeconds,
7574 bool _missingAssertions )
7575 : sectionInfo( _sectionInfo ),
7576 assertions( _assertions ),
7577 durationInSeconds( _durationInSeconds ),
7578 missingAssertions( _missingAssertions )
7579 {}
7580
7581 SectionStats::~SectionStats() = default;
7582

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected