| 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, |
no outgoing calls
no test coverage detected