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

Class StepInvoker

include/cucumber-cpp/internal/step/StepManager.hpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153template<class T>
154class StepInvoker : public StepInfo {
155public:
156 StepInvoker(const std::string& stepMatcher, const std::string source);
157
158 InvokeResult invokeStep(const InvokeArgs* args) const override;
159};
160
161class CUCUMBER_CPP_EXPORT StepManager {
162protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected