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

Method body

tests/unit/CukeCommandsTest.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void body() override {
93 return invokeWithArgs(*this, &CheckAllParametersWithFuncArgs::bodyWithArgs);
94 }
95};
96
97TEST_F(CukeCommandsTest, invokeHandlesParametersWithFuncArgs) {

Callers

nothing calls this directly

Calls 1

invokeWithArgsFunction · 0.50

Tested by

no test coverage detected