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

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

Completed in 25 milliseconds