public virtual void Setup()
 {
     actionCatalog = new ActionCatalog();
     runner = new StringStepRunner(actionCatalog);
 }
 public virtual void Setup()
 {
     actionCatalog = new ActionCatalog();
     runner        = new StringStepRunner(actionCatalog);
 }
Beispiel #3
0
 public FeatureRunner(IStringStepRunner stringStepRunner, IRunContext context)
 {
     this.context = context;
     this.stringStepRunner = stringStepRunner;
 }
Beispiel #4
0
 public FeatureRunner(IStringStepRunner stringStepRunner, IRunContext context)
 {
     this.context          = context;
     this.stringStepRunner = stringStepRunner;
 }