| 10980 | TestGroupStats::~TestGroupStats() = default; |
| 10981 | |
| 10982 | TestRunStats::TestRunStats( TestRunInfo const& _runInfo, |
| 10983 | Totals const& _totals, |
| 10984 | bool _aborting ) |
| 10985 | : runInfo( _runInfo ), |
| 10986 | totals( _totals ), |
| 10987 | aborting( _aborting ) |
| 10988 | {} |
| 10989 | |
| 10990 | TestRunStats::~TestRunStats() = default; |
| 10991 |
nothing calls this directly
no outgoing calls
no test coverage detected