Class CacheControllerLifecycleCallbackTest
- java.lang.Object
-
- de.hybris.platform.regioncache.test.CacheControllerLifecycleCallbackTest
-
@UnitTest @ContextConfiguration(locations="/test/CacheControllerLifecycleCallbackTest-context.xml") @DirtiesContext(classMode=AFTER_CLASS) public class CacheControllerLifecycleCallbackTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheControllerLifecycleCallbackTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()static voidcleanEHCache()voidinit()voidtestOnAfterAddDualRegion()voidtestOnAfterEvictDualRegion()voidtestOnAfterRemoveDualRegion()
-
-
-
Method Detail
-
init
public void init()
-
clean
public void clean()
-
cleanEHCache
public static void cleanEHCache()
-
testOnAfterAddDualRegion
public void testOnAfterAddDualRegion() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
testOnAfterRemoveDualRegion
public void testOnAfterRemoveDualRegion() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
testOnAfterEvictDualRegion
public void testOnAfterEvictDualRegion() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
-