Class CacheInfrastructureGlobalAndTxIsolationIntegrationTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.tx.CacheInfrastructureGlobalAndTxIsolationIntegrationTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CacheInfrastructureGlobalAndTxIsolationIntegrationTest extends ServicelayerBaseTest
  • Constructor Details

    • CacheInfrastructureGlobalAndTxIsolationIntegrationTest

      public CacheInfrastructureGlobalAndTxIsolationIntegrationTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • shouldReturnCachedValuesIfRemovedByNonPersistenceLayer

      public void shouldReturnCachedValuesIfRemovedByNonPersistenceLayer()
    • shouldReturnNewValuesIfRemovedByPersistenceLayer

      public void shouldReturnNewValuesIfRemovedByPersistenceLayer()
    • shouldReturnAll4ValuesIfRunFromTransaction

      public void shouldReturnAll4ValuesIfRunFromTransaction() throws Exception
      Throws:
      Exception
    • shouldReturnOnly2ValuesIfRunFromOutsideOfTransaction

      public void shouldReturnOnly2ValuesIfRunFromOutsideOfTransaction() throws Exception
      Throws:
      Exception
    • shouldReturnDifferent2ValuesInBothTransactions

      public void shouldReturnDifferent2ValuesInBothTransactions() throws Exception
      Throws:
      Exception
    • shouldReturnAll4ValuesAfterCommit

      public void shouldReturnAll4ValuesAfterCommit() throws Exception
      Throws:
      Exception
    • shouldReturnOnly2ValuesAfterRollback

      public void shouldReturnOnly2ValuesAfterRollback() throws Exception
      Throws:
      Exception