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

Class BlockingAroundStepHook

tests/unit/StepCallChainTest.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62class BlockingAroundStepHook : public MarkingAroundStepHook {
63public:
64 BlockingAroundStepHook(std::string id, std::stringstream* markersPtr) :
65 MarkingAroundStepHook(id, markersPtr){};
66
67protected:
68 void doCall() override {
69 }
70};
71
72static const InvokeArgs NO_INVOKE_ARGS;
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected