Class TransactionDBOutageTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.test.TransactionDBOutageTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class TransactionDBOutageTest extends HybrisJUnit4Test
  • Constructor Details

    • TransactionDBOutageTest

      public TransactionDBOutageTest()
  • Method Details

    • setUp

      public void setUp()
    • cleanUp

      public void cleanUp()
    • shouldThrowConnectionClosedExceptionDuringCommitWhenEnabled

      public void shouldThrowConnectionClosedExceptionDuringCommitWhenEnabled() throws Exception
      Throws:
      Exception
    • shouldThrowConnectionClosedExceptionDuringRollbackWhenEnabled

      public void shouldThrowConnectionClosedExceptionDuringRollbackWhenEnabled() throws Exception
      Throws:
      Exception
    • shouldNotThrowConnectionClosedExceptionDuringCommit

      public void shouldNotThrowConnectionClosedExceptionDuringCommit() throws Exception
      Throws:
      Exception
    • shouldNotThrowConnectionClosedExceptionDuringRollback

      public void shouldNotThrowConnectionClosedExceptionDuringRollback() throws Exception
      Throws:
      Exception
    • shouldThrowConnectionClosedExceptionWhenConnectionIsBrokenAndThereIsNoOtherExceptionDuringExecute

      public void shouldThrowConnectionClosedExceptionWhenConnectionIsBrokenAndThereIsNoOtherExceptionDuringExecute() throws Exception
      Throws:
      Exception
    • shouldThrowConnectionBrokenExceptionWhenRollbackFailedForFlushDelayedStore

      public void shouldThrowConnectionBrokenExceptionWhenRollbackFailedForFlushDelayedStore() throws Exception
      Throws:
      Exception
    • shouldThrowConnectionBrokenExceptionForRollbackOnly

      public void shouldThrowConnectionBrokenExceptionForRollbackOnly() throws Exception
      Throws:
      Exception
    • shouldThrowConnectionBrokenExceptionForNestedTransactions

      public void shouldThrowConnectionBrokenExceptionForNestedTransactions() throws Exception
      Throws:
      Exception
    • shouldThrowTransactionConnectionBrokenWhenGetConnectionToBindReturnNullConnection

      public void shouldThrowTransactionConnectionBrokenWhenGetConnectionToBindReturnNullConnection() throws Exception
      Throws:
      Exception
    • shouldThrowTransactionConnectionBrokenWhenGetConnectionToBindFail

      public void shouldThrowTransactionConnectionBrokenWhenGetConnectionToBindFail()
    • shouldThrowTransactionConnectionBrokenWhenSetTxBoundUserTAThrowsException

      public void shouldThrowTransactionConnectionBrokenWhenSetTxBoundUserTAThrowsException() throws SQLException
      Throws:
      SQLException