public void ParkingTest()
 {
     RateMyAmenityContext target = new RateMyAmenityContext(); // TODO: Initialize to an appropriate value
     DbSet<Parking> expected = null; // TODO: Initialize to an appropriate value
     DbSet<Parking> actual;
     target.Parking = expected;
     actual = target.Parking;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void RateMyAmenityContextConstructorTest()
 {
     RateMyAmenityContext target = new RateMyAmenityContext();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }