| 7378 | } |
| 7379 | |
| 7380 | GroupInfo::GroupInfo(std::string const &_name, std::size_t _groupIndex, std::size_t _groupsCount) |
| 7381 | : name(_name), groupIndex(_groupIndex), groupsCounts(_groupsCount) { |
| 7382 | } |
| 7383 | |
| 7384 | AssertionStats::AssertionStats(AssertionResult const &_assertionResult, std::vector<MessageInfo> const &_infoMessages, |
| 7385 | Totals const &_totals) |
nothing calls this directly
no outgoing calls
no test coverage detected