| 5500 | bool _aborting ); |
| 5501 | |
| 5502 | TestCaseStats( TestCaseStats const& ) = default; |
| 5503 | TestCaseStats( TestCaseStats && ) = default; |
| 5504 | TestCaseStats& operator = ( TestCaseStats const& ) = default; |
| 5505 | TestCaseStats& operator = ( TestCaseStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected