コード例 #1
0
 public ActionStepParser(StoryRunnerFilter storyRunnerFilter, ActionCatalog actionCatalog)
 {
     this.storyRunnerFilter = storyRunnerFilter;
     this.actionCatalog = actionCatalog;
     methodWithAttributeFinder = new MethodWithAttributeFinder(storyRunnerFilter);
 }
コード例 #2
0
 public HooksParser(HooksCatalog hooksCatalog)
 {
     this.hooksCatalog            = hooksCatalog;
     methodWithAttributeFinder    = new MethodWithAttributeFinder(new StoryRunnerFilter());
     delegatesWithAttributeFinder = new DelegatesWithAttributeFinder(new StoryRunnerFilter());
 }