Returns true iff the test part fatally failed.
| 3702 | |
| 3703 | // Returns true iff the test part fatally failed. |
| 3704 | static bool TestPartFatallyFailed(const TestPartResult& result) { |
| 3705 | return result.fatally_failed(); |
| 3706 | } |
| 3707 | |
| 3708 | // Returns true iff the test fatally failed. |
| 3709 | bool TestResult::HasFatalFailure() const { |
nothing calls this directly
no outgoing calls
no test coverage detected