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