public AddABankAccountStepDefinitions(ILoginDriver loginDriver, TestRunContext testRunContext, IDashboardDriver dashboardDriver, IBankAccountsDriver bankAccountsDriver)
 {
     _loginDriver        = loginDriver;
     _testRunContext     = testRunContext;
     _dashboardDriver    = dashboardDriver;
     _bankAccountsDriver = bankAccountsDriver;
 }
Ejemplo n.º 2
0
 public MainController(
     ILoginDriver loginDriver,
     IAlertCloserDriver alertCloserDriver,
     IPlantDriver plantDriver)
 {
     _loginDriver       = loginDriver;
     _alertCloserDriver = alertCloserDriver;
     _plantDriver       = plantDriver;
 }