Class PoolHasNoConnectionsDetection


  • public class PoolHasNoConnectionsDetection
    extends Object
    Test cases covering checking of Exceptions thrown when DB pool gets out of connections
    • Constructor Detail

      • PoolHasNoConnectionsDetection

        public PoolHasNoConnectionsDetection()
    • Method Detail

      • tomcatPoolExhaustedShouldBeDetected

        public void tomcatPoolExhaustedShouldBeDetected()
      • tomcatPoolNestedExhaustedShouldBeDetected

        public void tomcatPoolNestedExhaustedShouldBeDetected()
      • pgOutOfConnectionsShouldBeDetected

        public void pgOutOfConnectionsShouldBeDetected()
      • oraOutOfConnectionsShouldBeDetected

        public void oraOutOfConnectionsShouldBeDetected()
      • otherExceptionsShoulNotBeDetected

        public void otherExceptionsShoulNotBeDetected()