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

Method TestGroupStats

tests/catch.hpp:8785–8791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8783 TestCaseStats::~TestCaseStats() = default;
8784
8785 TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo,
8786 Totals const& _totals,
8787 bool _aborting )
8788 : groupInfo( _groupInfo ),
8789 totals( _totals ),
8790 aborting( _aborting )
8791 {}
8792
8793 TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo )
8794 : groupInfo( _groupInfo ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected