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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashtableTest.java43 private Hashtable htfull; field in class:HashtableTest
120 Hashtable h = hashtableClone(htfull);
135 Hashtable h = (Hashtable) htfull.clone();
136 assertTrue("Clone different size than original", h.size() == htfull
139 Enumeration org = htfull.keys();
146 assertTrue("Value comparison failed", ((String) htfull.get(okey))
169 assertTrue("Failed to find key", htfull.containsKey("FKey 4"));
170 assertTrue("Failed to find key", !htfull.containsKey("FKey 99"));
284 assertTrue("Returned true for unequal tables", !ht10.equals(htfull));
293 Hashtable h = hashtableClone(htfull);
[all...]

Completed in 52 milliseconds