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

Class GroupInfo

unittests/catch.hpp:3572–3580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3570 std::string name;
3571 };
3572 struct GroupInfo {
3573 GroupInfo( std::string const& _name,
3574 std::size_t _groupIndex,
3575 std::size_t _groupsCount );
3576
3577 std::string name;
3578 std::size_t groupIndex;
3579 std::size_t groupsCounts;
3580 };
3581
3582 struct AssertionStats {
3583 AssertionStats( AssertionResult const& _assertionResult,

Callers 2

testGroupStartingMethod · 0.85
testGroupEndedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected