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

Method getResult

src/drivers/BoostDriver.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90const InvokeResult CukeBoostLogInterceptor::getResult() const {
91 std::string d = description.str();
92 if (d.empty()) {
93 return InvokeResult::success();
94 } else {
95 return InvokeResult::failure(description.str());
96 }
97}
98
99const InvokeResult BoostStep::invokeStepBody() {
100 static std::once_flag initialized;

Callers 1

invokeStepBodyMethod · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected