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