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

Method GroupInfo

tests/catch.hpp:8729–8735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8727 TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {}
8728
8729 GroupInfo::GroupInfo( std::string const& _name,
8730 std::size_t _groupIndex,
8731 std::size_t _groupsCount )
8732 : name( _name ),
8733 groupIndex( _groupIndex ),
8734 groupsCounts( _groupsCount )
8735 {}
8736
8737 AssertionStats::AssertionStats( AssertionResult const& _assertionResult,
8738 std::vector<MessageInfo> const& _infoMessages,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected