Пример #1
0
 public void SaveAmenityTest()
 {
     GetCSV target = new GetCSV(); // TODO: Initialize to an appropriate value
     List<Amenity> Amenities = null; // TODO: Initialize to an appropriate value
     target.SaveAmenity(Amenities);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #2
0
 public void SaveParkingTest()
 {
     GetCSV target = new GetCSV(); // TODO: Initialize to an appropriate value
     List<Parking> Parking = null; // TODO: Initialize to an appropriate value
     target.SaveParking(Parking);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #3
0
 public void GetCSVConstructorTest()
 {
     GetCSV target = new GetCSV();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }