| 7375 | } |
| 7376 | |
| 7377 | TestRunInfo::TestRunInfo(std::string const &_name) : name(_name) { |
| 7378 | } |
| 7379 | |
| 7380 | GroupInfo::GroupInfo(std::string const &_name, std::size_t _groupIndex, std::size_t _groupsCount) |
| 7381 | : name(_name), groupIndex(_groupIndex), groupsCounts(_groupsCount) { |
nothing calls this directly
no outgoing calls
no test coverage detected