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 class
ProductConfigurationEHCacheAccessImplTest.StringCacheKey
-
Constructor Summary
Constructors Constructor Description ProductConfigurationEHCacheAccessImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testClearCache()
void
testGet()
void
testGetKeys()
void
testGetNull()
void
testGetWithLoader()
void
testGetWithSupplier()
void
testPutIfAbsentIsAbsent()
void
testPutIfAbsentIsPresent()
void
testPutIsAbsent()
void
testPutIsPresent()
void
testRemove()
-
-
-
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()
-
-