org.apache.commons.logging.impl
Class WeakHashtableTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.logging.impl.WeakHashtableTest
All Implemented Interfaces:
junit.framework.Test

public class WeakHashtableTest
extends junit.framework.TestCase


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

WeakHashtableTest

public WeakHashtableTest(String testName)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testContains

public void testContains()
                  throws Exception
Tests public boolean contains(Object value)

Throws:
Exception

testContainsKey

public void testContainsKey()
                     throws Exception
Tests public boolean containsKey(Object key)

Throws:
Exception

testContainsValue

public void testContainsValue()
                       throws Exception
Tests public boolean containsValue(Object value)

Throws:
Exception

testElements

public void testElements()
                  throws Exception
Tests public Enumeration elements()

Throws:
Exception

testEntrySet

public void testEntrySet()
                  throws Exception
Tests public Set entrySet()

Throws:
Exception

testGet

public void testGet()
             throws Exception
Tests public Object get(Object�key)

Throws:
Exception

testKeys

public void testKeys()
              throws Exception
Tests public Enumeration keys()

Throws:
Exception

testKeySet

public void testKeySet()
                throws Exception
Tests public Set keySet()

Throws:
Exception

testPut

public void testPut()
             throws Exception
Tests public Object put(Object key, Object value)

Throws:
Exception

testPutAll

public void testPutAll()
                throws Exception
Tests public void putAll(Map t)

Throws:
Exception

testRemove

public void testRemove()
                throws Exception
Tests public Object remove(Object�key)

Throws:
Exception

testValues

public void testValues()
                throws Exception
Tests public Collection values()

Throws:
Exception

testRelease

public void testRelease()
                 throws Exception
Throws:
Exception


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.