| 5624 | |
| 5625 | struct TestRunStats { |
| 5626 | TestRunStats( TestRunInfo const& _runInfo, |
| 5627 | Totals const& _totals, |
| 5628 | bool _aborting ) |
| 5629 | : runInfo( _runInfo ), |
| 5630 | totals( _totals ), |
| 5631 | aborting( _aborting ) |
| 5632 | {} |
| 5633 | virtual ~TestRunStats(); |
| 5634 | |
| 5635 | # ifndef CATCH_CONFIG_CPP11_GENERATED_METHODS |
nothing calls this directly
no outgoing calls
no test coverage detected