| 7417 | TestCaseStats::~TestCaseStats() = default; |
| 7418 | |
| 7419 | TestGroupStats::TestGroupStats(GroupInfo const &_groupInfo, Totals const &_totals, bool _aborting) |
| 7420 | : groupInfo(_groupInfo), totals(_totals), aborting(_aborting) { |
| 7421 | } |
| 7422 | |
| 7423 | TestGroupStats::TestGroupStats(GroupInfo const &_groupInfo) : groupInfo(_groupInfo), aborting(false) { |
| 7424 | } |
nothing calls this directly
no outgoing calls
no test coverage detected