Gets the summary of the failure message.
| 11738 | |
| 11739 | // Gets the summary of the failure message. |
| 11740 | const char* summary() const { return summary_.c_str(); } |
| 11741 | |
| 11742 | // Gets the message associated with the test part. |
| 11743 | const char* message() const { return message_.c_str(); } |
nothing calls this directly
no outgoing calls
no test coverage detected