MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / SectionStats

Method SectionStats

test/catch.hpp:6226–6226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6224 SectionStats(
6225 SectionInfo const& _sectionInfo, Counts const& _assertions, double _durationInSeconds, bool _missingAssertions);
6226 SectionStats(SectionStats const&) = default;
6227 SectionStats(SectionStats&&) = default;
6228 SectionStats& operator=(SectionStats const&) = default;
6229 SectionStats& operator=(SectionStats&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected