Class CPSCacheImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.cache.impl.CPSCacheImplTest
-
@UnitTest public class CPSCacheImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CPSCacheImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestGetConfiguration()voidtestGetCookies()voidtestGetValuePricesMap()voidtestRemoveConfiguration()voidtestRemoveCookies()voidtestSetConfiguration()voidtestSetCookies()voidtestSetValuePricesMap()
-
-
-
Method Detail
-
setup
public void setup()
-
testSetCookies
public void testSetCookies()
-
testGetCookies
public void testGetCookies()
-
testRemoveCookies
public void testRemoveCookies()
-
testSetValuePricesMap
public void testSetValuePricesMap()
-
testGetValuePricesMap
public void testGetValuePricesMap()
-
testGetConfiguration
public void testGetConfiguration()
-
testSetConfiguration
public void testSetConfiguration()
-
testRemoveConfiguration
public void testRemoveConfiguration()
-
-