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

Method StepInvoker

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

Source from the content-addressed store, hash-verified

234
235template<class T>
236StepInvoker<T>::StepInvoker(const std::string& stepMatcher, const std::string source) :
237 StepInfo(stepMatcher, source) {
238}
239
240template<class T>
241InvokeResult StepInvoker<T>::invokeStep(const InvokeArgs* pArgs) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected