Esempio n. 1
0
        public BackgroundSteps(BackdoorDriver backdoor,
                               ScenarioContext scenarioContext,
                               TestingContext testingContext)
        {
            this.Backdoor        = backdoor;
            this.ScenarioContext = scenarioContext;
            this.TestingContext  = testingContext;

            this.Backdoor.SetIntegrationModeOn().Wait();
        }
Esempio n. 2
0
 public BabySteps(BackdoorDriver backdoorDriver, UIStateDriver uiStateDriver, RefreshDriver refreshDriver)
 {
     _backdoorDriver = backdoorDriver;
     _uiStateDriver  = uiStateDriver;
     _refreshDriver  = refreshDriver;
 }