Esempio n. 1
0
 public void ChangeTest()
 {
     HashFunctionToCheck toCheck = new HashFunctionToCheck();
     tableInt.InsertElementToHashTable(8);
     tableInt.ChangingHashFunctionWhileUsingHashTable(toCheck);
     Assert.IsTrue(tableInt.ContainsElement(8));
 }
Esempio n. 2
0
        public void ChangeTest()
        {
            HashFunctionToCheck toCheck = new HashFunctionToCheck();

            tableInt.InsertElementToHashTable(8);
            tableInt.ChangingHashFunctionWhileUsingHashTable(toCheck);
            Assert.IsTrue(tableInt.ContainsElement(8));
        }