예제 #1
0
 public void SameValueAsTest()
 {
     Address target = new Address(); // TODO: Initialize to an appropriate value
     Address target1 = null; // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.SameValueAs(target1);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }