MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / SectionStats

Method SectionStats

tests/catch.hpp:8759–8767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8757 AssertionStats::~AssertionStats() = default;
8758
8759 SectionStats::SectionStats( SectionInfo const& _sectionInfo,
8760 Counts const& _assertions,
8761 double _durationInSeconds,
8762 bool _missingAssertions )
8763 : sectionInfo( _sectionInfo ),
8764 assertions( _assertions ),
8765 durationInSeconds( _durationInSeconds ),
8766 missingAssertions( _missingAssertions )
8767 {}
8768
8769 SectionStats::~SectionStats() = default;
8770

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected