Exemple #1
0
 public LoadHooks(NBehaveConfiguration configuration, HooksCatalog hooks)
 {
     _configuration = configuration;
     _hooks         = hooks;
 }
Exemple #2
0
 public HooksParser(HooksCatalog hooksCatalog)
 {
     this.hooksCatalog            = hooksCatalog;
     methodWithAttributeFinder    = new MethodWithAttributeFinder(new StoryRunnerFilter());
     delegatesWithAttributeFinder = new DelegatesWithAttributeFinder(new StoryRunnerFilter());
 }
Exemple #3
0
 public HooksHandler(HooksCatalog hooks)
 {
     this.hooks = hooks;
 }