Class ConnectionImplTest


  • @UnitTest
    public class ConnectionImplTest
    extends java.lang.Object
    • Constructor Detail

      • ConnectionImplTest

        public ConnectionImplTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldMarkConnectionAsFailedWhenExceptionThrownOnSettingAutoCommit

        public void shouldMarkConnectionAsFailedWhenExceptionThrownOnSettingAutoCommit()
                                                                                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • shouldCallWrappedConnectionWhenCheckingIfClosedWithoutClosingBefore

        public void shouldCallWrappedConnectionWhenCheckingIfClosedWithoutClosingBefore()
                                                                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • shouldNotCallWrappedConnectionWhenCheckingIfClosedAfterClosing

        public void shouldNotCallWrappedConnectionWhenCheckingIfClosedAfterClosing()
                                                                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException