Home
last modified time | relevance | path

Searched refs:whm (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java54 WeakHashMap whm; field in WeakHashMapTest
63 whm = new WeakHashMap(); in test_Constructor()
65 whm.put(keyArray[i], valueArray[i]); in test_Constructor()
67 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_Constructor()
76 whm = new WeakHashMap(50); in test_ConstructorI()
78 whm.put(keyArray[i], valueArray[i]); in test_ConstructorI()
80 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorI()
100 whm = new WeakHashMap(50, 0.5f); in test_ConstructorIF()
102 whm.put(keyArray[i], valueArray[i]); in test_ConstructorIF()
104 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorIF()
[all …]