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