Package org.openbravo.test.db.pool
Class PoolHasNoConnectionsDetection
- java.lang.Object
-
- org.openbravo.test.db.pool.PoolHasNoConnectionsDetection
-
public class PoolHasNoConnectionsDetection extends Object
Test cases covering checking of Exceptions thrown when DB pool gets out of connections
-
-
Constructor Summary
Constructors Constructor Description PoolHasNoConnectionsDetection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
oraOutOfConnectionsShouldBeDetected()
void
otherExceptionsShoulNotBeDetected()
void
pgOutOfConnectionsShouldBeDetected()
void
tomcatPoolExhaustedShouldBeDetected()
void
tomcatPoolNestedExhaustedShouldBeDetected()
-
-
-
Method Detail
-
tomcatPoolExhaustedShouldBeDetected
public void tomcatPoolExhaustedShouldBeDetected()
-
tomcatPoolNestedExhaustedShouldBeDetected
public void tomcatPoolNestedExhaustedShouldBeDetected()
-
pgOutOfConnectionsShouldBeDetected
public void pgOutOfConnectionsShouldBeDetected()
-
oraOutOfConnectionsShouldBeDetected
public void oraOutOfConnectionsShouldBeDetected()
-
otherExceptionsShoulNotBeDetected
public void otherExceptionsShoulNotBeDetected()
-
-