| 3475 | std::string const &_stdErr, bool _aborting); |
| 3476 | |
| 3477 | TestCaseStats(TestCaseStats const &) = default; |
| 3478 | TestCaseStats(TestCaseStats &&) = default; |
| 3479 | TestCaseStats &operator=(TestCaseStats const &) = default; |
| 3480 | TestCaseStats &operator=(TestCaseStats &&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected