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

Function TEST_F

tests/unit/CukeCommandsTest.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97TEST_F(CukeCommandsTest, invokeHandlesParametersWithFuncArgs) {
98 // The real test is in TestClass::body()
99 runStepBodyTest<CheckAllParametersWithFuncArgs>();
100}
101
102TEST_F(CukeCommandsTest, matchesCorrectly) {
103 addStepWithMatcher(STATIC_MATCHER);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected