| |
|
| org.apache.commons.logging.impl.WeakHashtableTest
WeakHashtableTest | public class WeakHashtableTest extends TestCase (Code) | | |
WeakHashtableTest | public WeakHashtableTest(String testName)(Code) | | |
testContains | public void testContains() throws Exception(Code) | | Tests public boolean contains(ObjectÊvalue)
|
testContainsKey | public void testContainsKey() throws Exception(Code) | | Tests public boolean containsKey(ObjectÊkey)
|
testContainsValue | public void testContainsValue() throws Exception(Code) | | Tests public boolean containsValue(ObjectÊvalue)
|
testElements | public void testElements() throws Exception(Code) | | Tests public Enumeration elements()
|
testEntrySet | public void testEntrySet() throws Exception(Code) | | Tests public Set entrySet()
|
testGet | public void testGet() throws Exception(Code) | | Tests public Object get(ObjectÊkey)
|
testKeySet | public void testKeySet() throws Exception(Code) | | Tests public Set keySet()
|
testKeys | public void testKeys() throws Exception(Code) | | Tests public Enumeration keys()
|
testPut | public void testPut() throws Exception(Code) | | Tests public Object put(ObjectÊkey, ObjectÊvalue)
|
testPutAll | public void testPutAll() throws Exception(Code) | | Tests public void putAll(MapÊt)
|
testRemove | public void testRemove() throws Exception(Code) | | Tests public Object remove(ObjectÊkey)
|
testValues | public void testValues() throws Exception(Code) | | Tests public Collection values()
|
|
|
|