MCPcopy Create free account
hub / github.com/apache/trafficserver / GroupInfo

Class GroupInfo

lib/catch2/catch.hpp:5517–5525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5515 std::string name;
5516 };
5517 struct GroupInfo {
5518 GroupInfo( std::string const& _name,
5519 std::size_t _groupIndex,
5520 std::size_t _groupsCount );
5521
5522 std::string name;
5523 std::size_t groupIndex;
5524 std::size_t groupsCounts;
5525 };
5526
5527 struct AssertionStats {
5528 AssertionStats( AssertionResult const& _assertionResult,

Callers 2

testGroupStartingMethod · 0.85
testGroupEndedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected