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

Method TestRunStats

tests/catch.hpp:8800–8806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8798 TestGroupStats::~TestGroupStats() = default;
8799
8800 TestRunStats::TestRunStats( TestRunInfo const& _runInfo,
8801 Totals const& _totals,
8802 bool _aborting )
8803 : runInfo( _runInfo ),
8804 totals( _totals ),
8805 aborting( _aborting )
8806 {}
8807
8808 TestRunStats::~TestRunStats() = default;
8809

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected