Exemplo n.º 1
0
 public Settings SetUrls(CustomDataCollection <PageUrl> urls)
 {
     this.urls = urls;
     return(this);
 }
Exemplo n.º 2
0
 public Settings SetExpecteds(CustomDataCollection <ExpectedSetting> expecteds)
 {
     this.expecteds = expecteds;
     return(this);
 }
Exemplo n.º 3
0
 public Settings SetLocations(CustomDataCollection <ElementLocation> locations)
 {
     this.locations = locations;
     return(this);
 }