net.sf.sasl.common.pool
Class AbstractPoolTest

java.lang.Object
  extended by net.sf.sasl.common.pool.AbstractPoolTest

public class AbstractPoolTest
extends Object

Test cases for the AbstractPool class.

Author:
Philipp Förmer

Constructor Summary
AbstractPoolTest()
           
 
Method Summary
 void setUp()
           
 void testAdd()
          Test cases for the AbstractPool method.
 void testContainsKey()
          Test cases for the AbstractPool method.
 void testFree()
          Test cases for the AbstractPool method.
 void testRetrieve()
          Test cases for the AbstractPool method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPoolTest

public AbstractPoolTest()
Method Detail

setUp

public void setUp()

testAdd

public void testAdd()
             throws Exception
Test cases for the AbstractPool method.

Throws:
Exception

testRetrieve

public void testRetrieve()
                  throws Exception
Test cases for the AbstractPool method.

Throws:
Exception

testContainsKey

public void testContainsKey()
                     throws Exception
Test cases for the AbstractPool method.

Throws:
Exception

testFree

public void testFree()
              throws Exception
Test cases for the AbstractPool method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.