Class CPSCacheKeyGeneratorImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.cache.impl.CPSCacheKeyGeneratorImplTest
-
@UnitTest public class CPSCacheKeyGeneratorImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CPSCacheKeyGeneratorImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestConsumedDestinationLocatorStrategy()voidtestCreateConfigurationCacheKey()voidtestCreateCookieCacheKey()voidtestCreateKnowledgeBaseHeadersCacheKey()voidtestCreateMasterDataCacheKey()voidtestCreateValuePricesCacheKey()voidtestCreateValuePricesCacheKeyWithNullPricingProduct()voidtestGetCPSServiceParameter()voidtestRetrieveBasicCPSParameters()
-
-
-
Method Detail
-
setup
public void setup()
-
testConsumedDestinationLocatorStrategy
public void testConsumedDestinationLocatorStrategy()
-
testCreateMasterDataCacheKey
public void testCreateMasterDataCacheKey()
-
testGetCPSServiceParameter
public void testGetCPSServiceParameter()
-
testCreateKnowledgeBaseHeadersCacheKey
public void testCreateKnowledgeBaseHeadersCacheKey()
-
testCreateCookieCacheKey
public void testCreateCookieCacheKey()
-
testCreateValuePricesCacheKey
public void testCreateValuePricesCacheKey()
-
testCreateValuePricesCacheKeyWithNullPricingProduct
public void testCreateValuePricesCacheKeyWithNullPricingProduct()
-
testRetrieveBasicCPSParameters
public void testRetrieveBasicCPSParameters()
-
testCreateConfigurationCacheKey
public void testCreateConfigurationCacheKey()
-
-