MCPcopy Create free account
hub / github.com/SOCI/soci / SectionStats

Method SectionStats

tests/catch.hpp:11112–11120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11110 AssertionStats::~AssertionStats() = default;
11111
11112 SectionStats::SectionStats( SectionInfo const& _sectionInfo,
11113 Counts const& _assertions,
11114 double _durationInSeconds,
11115 bool _missingAssertions )
11116 : sectionInfo( _sectionInfo ),
11117 assertions( _assertions ),
11118 durationInSeconds( _durationInSeconds ),
11119 missingAssertions( _missingAssertions )
11120 {}
11121
11122 SectionStats::~SectionStats() = default;
11123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected