Example #1
0
 public void AmenityIDTest()
 {
     RatingDetails target = new RatingDetails(); // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     target.AmenityID = expected;
     actual = target.AmenityID;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Example #2
0
 public void RatingDetailsConstructorTest()
 {
     RatingDetails target = new RatingDetails();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }