Class ProductConfigurationEHCacheAccessImplTest

java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationEHCacheAccessImplTest

@UnitTest public class ProductConfigurationEHCacheAccessImplTest extends Object
  • Constructor Details

    • ProductConfigurationEHCacheAccessImplTest

      public ProductConfigurationEHCacheAccessImplTest()
  • Method Details

    • setup

      public void setup()
    • testGet

      public void testGet()
    • testGetNull

      public void testGetNull()
    • testGetKeys

      public void testGetKeys()
    • testPutIsAbsent

      public void testPutIsAbsent()
    • testPutIsPresent

      public void testPutIsPresent()
    • testPutIfAbsentIsAbsent

      public void testPutIfAbsentIsAbsent()
    • testPutIfAbsentIsPresent

      public void testPutIfAbsentIsPresent()
    • testRemove

      public void testRemove()
    • testClearCache

      public void testClearCache()
    • testGetWithLoader

      public void testGetWithLoader()
    • testGetWithSupplier

      public void testGetWithSupplier()