Class FindCartByPolyglotQueryUsingCacheTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
ydocumentcartpackage.persistence.polyglot.repository.documentcart.search.FindCartByPolyglotQueryUsingCacheTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class FindCartByPolyglotQueryUsingCacheTest extends ServicelayerBaseTest
  • Constructor Details

    • FindCartByPolyglotQueryUsingCacheTest

      public FindCartByPolyglotQueryUsingCacheTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldFindOrderedCartsCreatedInCacheWhenRootConditionQuery

      public void shouldFindOrderedCartsCreatedInCacheWhenRootConditionQuery()
    • shouldFindOrderedCartsFromStorageAndCacheWhenRootConditionQuery

      public void shouldFindOrderedCartsFromStorageAndCacheWhenRootConditionQuery()
    • shouldFindOrderedCartsEntriesWhenEntityConditionQuery

      public void shouldFindOrderedCartsEntriesWhenEntityConditionQuery()
    • shouldFindOrderedCartsEntriesFromStorageAndCacheWhenEntityConditionQuery

      public void shouldFindOrderedCartsEntriesFromStorageAndCacheWhenEntityConditionQuery()
    • shouldNotOverwriteModifiedCartInCacheWhenRootConditionQuery

      public void shouldNotOverwriteModifiedCartInCacheWhenRootConditionQuery()
    • shouldNotReturnCartRemovedInCacheWhenRootConditionQuery

      public void shouldNotReturnCartRemovedInCacheWhenRootConditionQuery()
    • shouldNotReturnCartCreatedAndRemovedInCacheWhenRootConditionQuery

      public void shouldNotReturnCartCreatedAndRemovedInCacheWhenRootConditionQuery()
    • shouldFindCartCreatedAndModifiedInCacheWhenRootConditionQuery

      public void shouldFindCartCreatedAndModifiedInCacheWhenRootConditionQuery()