public BackgroundSteps(BackdoorDriver backdoor, ScenarioContext scenarioContext, TestingContext testingContext) { this.Backdoor = backdoor; this.ScenarioContext = scenarioContext; this.TestingContext = testingContext; this.Backdoor.SetIntegrationModeOn().Wait(); }
public BabySteps(BackdoorDriver backdoorDriver, UIStateDriver uiStateDriver, RefreshDriver refreshDriver) { _backdoorDriver = backdoorDriver; _uiStateDriver = uiStateDriver; _refreshDriver = refreshDriver; }