Exemple #1
0
        public void Setup()
        {
            var context = new StepContext();

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