Class ProductConfigurationEHCacheAccessImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationEHCacheAccessImplTest
-
@UnitTest public class ProductConfigurationEHCacheAccessImplTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classProductConfigurationEHCacheAccessImplTest.StringCacheKey
-
Constructor Summary
Constructors Constructor Description ProductConfigurationEHCacheAccessImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestClearCache()voidtestGet()voidtestGetKeys()voidtestGetNull()voidtestGetWithLoader()voidtestGetWithSupplier()voidtestPutIfAbsentIsAbsent()voidtestPutIfAbsentIsPresent()voidtestPutIsAbsent()voidtestPutIsPresent()voidtestRemove()
-
-
-
Method Detail
-
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()
-
-