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