public MethodWithAttributeFinder(StoryRunnerFilter storyRunnerFilter) { this.storyRunnerFilter = storyRunnerFilter; }
public ActionStepParser(StoryRunnerFilter storyRunnerFilter, ActionCatalog actionCatalog) { this.storyRunnerFilter = storyRunnerFilter; this.actionCatalog = actionCatalog; methodWithAttributeFinder = new MethodWithAttributeFinder(storyRunnerFilter); }
public DelegatesWithAttributeFinder(StoryRunnerFilter storyRunnerFilter) { this.storyRunnerFilter = storyRunnerFilter; }