|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TestCase org.logicalcobwebs.proxool.AbstractProxoolTest org.logicalcobwebs.proxool.HouseKeeperTest
public class HouseKeeperTest
Test the house keeper in ConnectionPool
Field Summary | |
---|---|
private static Log |
LOG
|
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. |
void |
testMaximumActiveTimeWithResetFailure()
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 testMaximumActiveTimeWithResetFailure() 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 |