Class DefaultConfigurationClassificationCacheStrategyImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl.DefaultConfigurationClassificationCacheStrategyImplTest
-
@UnitTest public class DefaultConfigurationClassificationCacheStrategyImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationClassificationCacheStrategyImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCachedNameMap()voidtestGetCachedNameMapByConfigModel()voidtestGetCachedNameMapByProductCode()voidtestGetProductCodeByKbProductCode()voidtestGetProductCodeByRootInstanceName()voidtestGetProductCodeKbProductCodeNull()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetCachedNameMap
public void testGetCachedNameMap()
-
testGetCachedNameMapByProductCode
public void testGetCachedNameMapByProductCode()
-
testGetCachedNameMapByConfigModel
public void testGetCachedNameMapByConfigModel()
-
testGetProductCodeByKbProductCode
public void testGetProductCodeByKbProductCode()
-
testGetProductCodeByRootInstanceName
public void testGetProductCodeByRootInstanceName()
-
testGetProductCodeKbProductCodeNull
public void testGetProductCodeKbProductCodeNull()
-
-