| 5556 | bool _aborting ); |
| 5557 | |
| 5558 | TestCaseStats( TestCaseStats const& ) = default; |
| 5559 | TestCaseStats( TestCaseStats && ) = default; |
| 5560 | TestCaseStats& operator = ( TestCaseStats const& ) = default; |
| 5561 | TestCaseStats& operator = ( TestCaseStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected