Returns true iff the test part passed.
| 11747 | |
| 11748 | // Returns true iff the test part passed. |
| 11749 | bool passed() const { return type_ == kSuccess; } |
| 11750 | |
| 11751 | // Returns true iff the test part non-fatally failed. |
| 11752 | bool nonfatally_failed() const { return type_ == kNonFatalFailure; } |
nothing calls this directly
no outgoing calls
no test coverage detected