Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ EmptyCallableStep
Class
EmptyCallableStep
tests/utils/HookRegistrationFixture.hpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
class EmptyCallableStep : public CallableStep {
45
public:
46
void call() override{};
47
};
48
49
class HookRegistrarDouble : public HookRegistrar {
50
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected