Returns true iff the test part non-fatally failed.
| 11750 | |
| 11751 | // Returns true iff the test part non-fatally failed. |
| 11752 | bool nonfatally_failed() const { return type_ == kNonFatalFailure; } |
| 11753 | |
| 11754 | // Returns true iff the test part fatally failed. |
| 11755 | bool fatally_failed() const { return type_ == kFatalFailure; } |