Esempio n. 1
0
 public static Station InputStationName()
 {
     return(new Station(TestDataReader.GetData("LondonPAD").Value));
 }
Esempio n. 2
0
 public static Route ArrivalBystationName()
 {
     return(new Route(TestDataReader.GetData("ManchesterPIC").Value, TestDataReader.GetData("BirminghamMS").Value));
 }
Esempio n. 3
0
 public static Route ArrivalByPostcode()
 {
     return(new Route(TestDataReader.GetData("LondonBFR").Value, TestDataReader.GetData("ManchesterPostCode").Value));
 }
Esempio n. 4
0
 public static Route WithAllProperties()
 {
     return(new Route(TestDataReader.GetData("ManchesterPIC").Value, TestDataReader.GetData("LondonBFR").Value));
 }