Class CacheKeyGeneratorImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.cache.impl.CacheKeyGeneratorImplTest
-
@UnitTest public class CacheKeyGeneratorImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheKeyGeneratorImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestCreateAnalyticsDataCacheKey()voidtestCreateClassificationSystemCPQAttributesCacheKey()voidtestCreateConfigCacheKey()voidtestCreatePriceSummaryCacheKey()voidtestGetTenantId()voidtestSessionBoundToConfiguration()voidtestSessionBoundToConfigurationAttributeNoBoolean()voidtestSessionBoundToConfigurationOCC()voidtestSessionService()
-
-
-
Method Detail
-
setup
public void setup()
-
testSessionService
public void testSessionService()
-
testSessionBoundToConfiguration
public void testSessionBoundToConfiguration()
-
testSessionBoundToConfigurationAttributeNoBoolean
public void testSessionBoundToConfigurationAttributeNoBoolean()
-
testSessionBoundToConfigurationOCC
public void testSessionBoundToConfigurationOCC()
-
testCreatePriceSummaryCacheKey
public void testCreatePriceSummaryCacheKey()
-
testCreateAnalyticsDataCacheKey
public void testCreateAnalyticsDataCacheKey()
-
testCreateConfigCacheKey
public void testCreateConfigCacheKey()
-
testCreateClassificationSystemCPQAttributesCacheKey
public void testCreateClassificationSystemCPQAttributesCacheKey()
-
testGetTenantId
public void testGetTenantId()
-
-