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