|
||||||||||
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.pool.TestKeyedObjectPoolFactory
public abstract class TestKeyedObjectPoolFactory
Tests for all KeyedObjectPoolFactory
s.
Constructor Summary | |
---|---|
protected |
TestKeyedObjectPoolFactory(String name)
|
Method Summary | |
---|---|
protected static org.apache.commons.pool.KeyedPoolableObjectFactory |
createObjectFactory()
|
protected org.apache.commons.pool.KeyedObjectPoolFactory |
makeFactory()
|
protected abstract org.apache.commons.pool.KeyedObjectPoolFactory |
makeFactory(org.apache.commons.pool.KeyedPoolableObjectFactory objectFactory)
|
void |
testCreatePool()
|
void |
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 |
---|
protected TestKeyedObjectPoolFactory(String name)
Method Detail |
---|
protected org.apache.commons.pool.KeyedObjectPoolFactory makeFactory() throws UnsupportedOperationException
UnsupportedOperationException
- when this is unsupported by this KeyedPoolableObjectFactory type.protected abstract org.apache.commons.pool.KeyedObjectPoolFactory makeFactory(org.apache.commons.pool.KeyedPoolableObjectFactory objectFactory) throws UnsupportedOperationException
UnsupportedOperationException
- when this is unsupported by this KeyedPoolableObjectFactory type.protected static org.apache.commons.pool.KeyedPoolableObjectFactory createObjectFactory()
public void testCreatePool() throws Exception
Exception
public void testToString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |