Returns true iff the test part was skipped.
| 11744 | |
| 11745 | // Returns true iff the test part was skipped. |
| 11746 | bool skipped() const { return type_ == kSkip; } |
| 11747 | |
| 11748 | // Returns true iff the test part passed. |
| 11749 | bool passed() const { return type_ == kSuccess; } |
nothing calls this directly
no outgoing calls
no test coverage detected