| 8783 | TestCaseStats::~TestCaseStats() = default; |
| 8784 | |
| 8785 | TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo, |
| 8786 | Totals const& _totals, |
| 8787 | bool _aborting ) |
| 8788 | : groupInfo( _groupInfo ), |
| 8789 | totals( _totals ), |
| 8790 | aborting( _aborting ) |
| 8791 | {} |
| 8792 | |
| 8793 | TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo ) |
| 8794 | : groupInfo( _groupInfo ), |
nothing calls this directly
no outgoing calls
no test coverage detected