MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / getMessage

Method getMessage

src/connectors/wire/WireProtocol.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28const std::string FailureResponse::getMessage() const {
29 return message;
30}
31
32const std::string FailureResponse::getExceptionType() const {
33 return exceptionType;

Callers 2

runMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected