Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashtableTest.java42 private Hashtable htfull; field in HashtableTest
140 Hashtable h = hashtableClone(htfull); in test_clear()
155 Hashtable h = (Hashtable) htfull.clone(); in test_clone()
156 assertTrue("Clone different size than original", h.size() == htfull in test_clone()
159 Enumeration org = htfull.keys(); in test_clone()
166 assertTrue("Value comparison failed", ((String) htfull.get(okey)) in test_clone()
196 assertTrue("Failed to find key", htfull.containsKey("FKey 4")); in test_containsKeyLjava_lang_Object()
197 assertTrue("Failed to find key", !htfull.containsKey("FKey 99")); in test_containsKeyLjava_lang_Object()
200 htfull.containsKey(null); in test_containsKeyLjava_lang_Object()
328 assertTrue("Returned true for unequal tables", !ht10.equals(htfull)); in test_equalsLjava_lang_Object()
[all …]