Ejemplo n.º 1
0
        public void GetHashCode_TestValue_3346812()
        {
            var act = TestValue.GetHashCode();
            var exp = 3346812;

            Assert.AreEqual(exp, act);
        }
Ejemplo n.º 2
0
        public void GetHashCode_TestValue_51057219()
        {
            var act = TestValue.GetHashCode();
            var exp = 51057219;

            Assert.AreEqual(exp, act);
        }
Ejemplo n.º 3
0
        public void GetHashCode_TestValue_Min2015358206()
        {
            var act = TestValue.GetHashCode();
            var exp = -2015358206;

            Assert.AreEqual(exp, act);
        }