Returns true iff the test part non-fatally failed.
| 3712 | |
| 3713 | // Returns true iff the test part non-fatally failed. |
| 3714 | static bool TestPartNonfatallyFailed(const TestPartResult& result) { |
| 3715 | return result.nonfatally_failed(); |
| 3716 | } |
| 3717 | |
| 3718 | // Returns true iff the test has a non-fatal failure. |
| 3719 | bool TestResult::HasNonfatalFailure() const { |
nothing calls this directly
no outgoing calls
no test coverage detected