|
||||||||||
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.logicalcobwebs.proxool.AbstractProxoolTest
org.logicalcobwebs.proxool.HouseKeeperTest
Test the house keeper in ConnectionPool
Field Summary | |
private static Log |
LOG
|
Fields inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest |
|
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
HouseKeeperTest(java.lang.String alias)
|
Method Summary | |
void |
testBeforeAndAfterUse()
|
void |
testHouseKeeperTestSql()
Test that house keeper destroys connections that fail configured the test sql |
void |
testInvalidAfterUse()
Test that house keeper destroys connections that fail configured the test sql |
void |
testInvalidBeforeUse()
Test that house keeper destroys connections that fail configured the test sql |
void |
testMaximumActiveTime()
Test that connections that remain active for longer than the configured time are closed (and destroyed) automatically. |
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest |
setUp, tearDown |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final Log LOG
Constructor Detail |
public HouseKeeperTest(java.lang.String alias)
Method Detail |
public void testMaximumActiveTime() throws java.lang.Exception
java.lang.Exception
public void testHouseKeeperTestSql() throws java.lang.Exception
java.lang.Exception
public void testInvalidBeforeUse() throws java.lang.Exception
java.lang.Exception
public void testInvalidAfterUse() throws java.lang.Exception
java.lang.Exception
public void testBeforeAndAfterUse() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |