MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / message

Function message

tests/gtest/gtest.h:11743–11743  ·  view source on GitHub ↗

Gets the message associated with the test part.

Source from the content-addressed store, hash-verified

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; }

Callers 1

failure_messageFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected