Esempio n. 1
0
 public void GetHashCodeTest()
 {
     Oid target = new Oid(); // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.GetHashCode();
     actual.Should().Be(expected);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }