org.apache.commons.pool.impl
Class TestGenericKeyedObjectPoolFactory

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.pool.TestKeyedObjectPoolFactory
              extended by org.apache.commons.pool.impl.TestGenericKeyedObjectPoolFactory
All Implemented Interfaces:
junit.framework.Test

public class TestGenericKeyedObjectPoolFactory
extends TestKeyedObjectPoolFactory

Tests for GenericKeyedObjectPoolFactory.

Version:
$Revision: 774099 $ $Date: 2009-05-12 17:29:02 -0400 (Tue, 12 May 2009) $
Author:
Sandy McArthur

Constructor Summary
TestGenericKeyedObjectPoolFactory(String name)
           
 
Method Summary
protected  org.apache.commons.pool.KeyedObjectPoolFactory makeFactory(org.apache.commons.pool.KeyedPoolableObjectFactory objectFactory)
           
static junit.framework.Test suite()
           
 void testConstructors()
           
 
Methods inherited from class org.apache.commons.pool.TestKeyedObjectPoolFactory
createObjectFactory, makeFactory, testCreatePool, testToString
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

TestGenericKeyedObjectPoolFactory

public TestGenericKeyedObjectPoolFactory(String name)
Method Detail

suite

public static junit.framework.Test suite()

makeFactory

protected org.apache.commons.pool.KeyedObjectPoolFactory makeFactory(org.apache.commons.pool.KeyedPoolableObjectFactory objectFactory)
Specified by:
makeFactory in class TestKeyedObjectPoolFactory

testConstructors

public void testConstructors()
                      throws Exception
Throws:
Exception


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