MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SectionStats

Method SectionStats

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7404–7408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7402AssertionStats::~AssertionStats() = default;
7403
7404SectionStats::SectionStats(SectionInfo const &_sectionInfo, Counts const &_assertions, double _durationInSeconds,
7405 bool _missingAssertions)
7406 : sectionInfo(_sectionInfo), assertions(_assertions), durationInSeconds(_durationInSeconds),
7407 missingAssertions(_missingAssertions) {
7408}
7409
7410SectionStats::~SectionStats() = default;
7411

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected