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

Method buildInvokeArgs

tests/unit/CukeCommandsTest.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24public:
25 static InvokeArgs buildInvokeArgs() {
26 InvokeArgs mixedArgs;
27 mixedArgs.addArg(toString(arg_0_int));
28 mixedArgs.addArg(toString(arg_1_double));
29 mixedArgs.addArg(toString(arg_2_string));
30 mixedArgs.addArg(toString(arg_3_string_with_spaces));
31 return mixedArgs;
32 }
33};
34
35const int CheckAllParameters::arg_0_int(42);

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.85
addArgMethod · 0.80

Tested by

no test coverage detected