Ejemplo n.º 1
0
        public void Setup()
        {
            var context = new StepContext();

            context.AddCustomer().AddEnvironment().AddSavedItem().AddProducts();
            _annotate = new StepAnnotation <SearchFeature>(this);
            _step     = new SearchSteps(context);
        }
Ejemplo n.º 2
0
 public void TearDown()
 {
     _annotate = null;
     _step     = null;
 }
Ejemplo n.º 3
0
 public void Setup()
 {
     _annotate = new StepAnnotation <SearchFeature>(this);
     _step     = new SearchSteps();
 }
Ejemplo n.º 4
0
 public void Setup()
 {
     _step = new SearchSteps();
 }