Ejemplo n.º 1
0
 public void Setup()
 {
     GlobalContext.FeatureContext = new FeatureContext();
     _annotate = new StepAnnotation <AddFeature>(this);
     _step     = new BookingSteps(GlobalContext);
     _assert   = new AssertSteps(GlobalContext.FeatureContext);
 }
Ejemplo n.º 2
0
 public void TearDown()
 {
     _annotate = null;
     _step     = null;
     _assert   = null;
 }