|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.logging.impl.WeakHashtableTest
public class WeakHashtableTest
Constructor Summary | |
---|---|
WeakHashtableTest(String testName)
|
Method Summary | |
---|---|
protected void |
setUp()
|
void |
testContains()
Tests public boolean contains(Object value) |
void |
testContainsKey()
Tests public boolean containsKey(Object key) |
void |
testContainsValue()
Tests public boolean containsValue(Object value) |
void |
testElements()
Tests public Enumeration elements() |
void |
testEntrySet()
Tests public Set entrySet() |
void |
testGet()
Tests public Object get(Object�key) |
void |
testKeys()
Tests public Enumeration keys() |
void |
testKeySet()
Tests public Set keySet() |
void |
testPut()
Tests public Object put(Object key, Object value) |
void |
testPutAll()
Tests public void putAll(Map t) |
void |
testRelease()
|
void |
testRemove()
Tests public Object remove(Object�key) |
void |
testValues()
Tests public Collection values() |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WeakHashtableTest(String testName)
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
public void testContains() throws Exception
Exception
public void testContainsKey() throws Exception
Exception
public void testContainsValue() throws Exception
Exception
public void testElements() throws Exception
Exception
public void testEntrySet() throws Exception
Exception
public void testGet() throws Exception
Exception
public void testKeys() throws Exception
Exception
public void testKeySet() throws Exception
Exception
public void testPut() throws Exception
Exception
public void testPutAll() throws Exception
Exception
public void testRemove() throws Exception
Exception
public void testValues() throws Exception
Exception
public void testRelease() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |