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