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