The test will fail hashTable.put("AaAa", 123); hashTable.put("BBBB", 456); hashTable.resizeTable(16); assertEquals(2, getSize());