Gets the message associated with the test part.
| 11741 | |
| 11742 | // Gets the message associated with the test part. |
| 11743 | const char* message() const { return message_.c_str(); } |
| 11744 | |
| 11745 | // Returns true iff the test part was skipped. |
| 11746 | bool skipped() const { return type_ == kSkip; } |