| 234 | |
| 235 | template<class T> |
| 236 | StepInvoker<T>::StepInvoker(const std::string& stepMatcher, const std::string source) : |
| 237 | StepInfo(stepMatcher, source) { |
| 238 | } |
| 239 | |
| 240 | template<class T> |
| 241 | InvokeResult StepInvoker<T>::invokeStep(const InvokeArgs* pArgs) const { |
nothing calls this directly
no outgoing calls
no test coverage detected