| 7595 | TestCaseStats::~TestCaseStats() = default; |
| 7596 | |
| 7597 | TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo, |
| 7598 | Totals const& _totals, |
| 7599 | bool _aborting ) |
| 7600 | : groupInfo( _groupInfo ), |
| 7601 | totals( _totals ), |
| 7602 | aborting( _aborting ) |
| 7603 | {} |
| 7604 | |
| 7605 | TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo ) |
| 7606 | : groupInfo( _groupInfo ), |
nothing calls this directly
no outgoing calls
no test coverage detected