コード例 #1
0
 public MethodWithAttributeFinder(StoryRunnerFilter storyRunnerFilter)
 {
     this.storyRunnerFilter = storyRunnerFilter;
 }
コード例 #2
0
ファイル: ActionStepParser.cs プロジェクト: wmadzha/NBehave
 public ActionStepParser(StoryRunnerFilter storyRunnerFilter, ActionCatalog actionCatalog)
 {
     this.storyRunnerFilter    = storyRunnerFilter;
     this.actionCatalog        = actionCatalog;
     methodWithAttributeFinder = new MethodWithAttributeFinder(storyRunnerFilter);
 }
コード例 #3
0
 public DelegatesWithAttributeFinder(StoryRunnerFilter storyRunnerFilter)
 {
     this.storyRunnerFilter = storyRunnerFilter;
 }