Copyright © 2003-2004 The MITRE Corporation
372373374375376377378
public void testHashSet() { //checkEventManager(new HashSetImpl()); } public void testTreeMap() { checkEventManager(new TreeMapImpl()); }
384385386387388389390
public void testHashSetCapacity() { //checkEventManagerCapacity(new HashSetImpl()); } public void testTreeMapCapacity() { checkEventManagerCapacity(new TreeMapImpl()); }