예제 #1
0
        public void GetHashCode_hashes_href_string()
        {
            var link         = new LinkProperty("http://foo");
            int expectedHash = HashCode.Start.Hash("http://foo");

            link.GetHashCode().ShouldBe(expectedHash);
        }
        public void GetHashCode_hashes_href_string()
        {
            var link = new LinkProperty("http://foo");
            int expectedHash = HashCode.Start.Hash("http://foo");

            link.GetHashCode().ShouldBe(expectedHash);
        }