MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / GroupInfo

Method GroupInfo

unittests/catch.hpp:7541–7547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7539 TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {}
7540
7541 GroupInfo::GroupInfo( std::string const& _name,
7542 std::size_t _groupIndex,
7543 std::size_t _groupsCount )
7544 : name( _name ),
7545 groupIndex( _groupIndex ),
7546 groupsCounts( _groupsCount )
7547 {}
7548
7549 AssertionStats::AssertionStats( AssertionResult const& _assertionResult,
7550 std::vector<MessageInfo> const& _infoMessages,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected