| 8727 | TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} |
| 8728 | |
| 8729 | GroupInfo::GroupInfo( std::string const& _name, |
| 8730 | std::size_t _groupIndex, |
| 8731 | std::size_t _groupsCount ) |
| 8732 | : name( _name ), |
| 8733 | groupIndex( _groupIndex ), |
| 8734 | groupsCounts( _groupsCount ) |
| 8735 | {} |
| 8736 | |
| 8737 | AssertionStats::AssertionStats( AssertionResult const& _assertionResult, |
| 8738 | std::vector<MessageInfo> const& _infoMessages, |
nothing calls this directly
no outgoing calls
no test coverage detected