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

Method invokeStepBody

src/drivers/BoostDriver.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99const InvokeResult BoostStep::invokeStepBody() {
100 static std::once_flag initialized;
101 std::call_once(initialized, BoostStep::initBoostTest);
102
103 logInterceptor->reset();
104 runWithMasterSuite();
105 return logInterceptor->getResult();
106}
107
108void BoostStep::initBoostTest() {
109 int argc = 1;

Callers

nothing calls this directly

Calls 2

getResultMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected