Ejemplo n.º 1
0
 public MethodWithAttributeFinder(StoryRunnerFilter storyRunnerFilter)
 {
     this.storyRunnerFilter = storyRunnerFilter;
 }
Ejemplo n.º 2
0
 public ActionStepParser(StoryRunnerFilter storyRunnerFilter, ActionCatalog actionCatalog)
 {
     this.storyRunnerFilter    = storyRunnerFilter;
     this.actionCatalog        = actionCatalog;
     methodWithAttributeFinder = new MethodWithAttributeFinder(storyRunnerFilter);
 }
Ejemplo n.º 3
0
 public DelegatesWithAttributeFinder(StoryRunnerFilter storyRunnerFilter)
 {
     this.storyRunnerFilter = storyRunnerFilter;
 }