MCPcopy 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
44class EmptyCallableStep : public CallableStep {
45public:
46 void call() override{};
47};
48
49class HookRegistrarDouble : public HookRegistrar {
50public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected