| 3620 | bool _aborting ); |
| 3621 | |
| 3622 | TestCaseStats( TestCaseStats const& ) = default; |
| 3623 | TestCaseStats( TestCaseStats && ) = default; |
| 3624 | TestCaseStats& operator = ( TestCaseStats const& ) = default; |
| 3625 | TestCaseStats& operator = ( TestCaseStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected