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