Esempio n. 1
0
        public void SystemObject_GetHashCodeVraćaCijeliBroj()
        {
            SystemObject.IspisGetHashCode();
            int hash1 = cw.GetInt();
            int hash2 = cw.GetInt();
            int hash3 = cw.GetInt();

            Assert.AreEqual(hash1, hash2);
            Assert.AreNotEqual(hash1, hash3);
        }