public AutomatedUITests() { this.CustomConfigurationFactory = new CustomConfigurationFactory(); this.Driver = new ChromeDriver(); this.Url = "http://localhost:4200"; }
public AdministratorRepositoryTests() { this.CustomConfigurationFactory = new CustomConfigurationFactory(); this.InitializeTestData(); }
public ReservationRepositoryTests() { this.CustomConfigurationFactory = new CustomConfigurationFactory(); this.InitializeTestData(); }
public SearchTests() { this.CustomConfigurationFactory = new CustomConfigurationFactory(); this.InitializeTestData(); }