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