Class CachingPromotionsManagerTest
- java.lang.Object
-
- de.hybris.platform.promotions.jalo.CachingPromotionsManagerTest
-
@UnitTest public class CachingPromotionsManagerTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCachingPromotionsManagerTest.MockCachingPromotionsManager
-
Constructor Summary
Constructors Constructor Description CachingPromotionsManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCleanupCartNoCache()voidtestCleanupCartWithCache()voidtestGetPromotionResultsWithCache()voidtestUpdatePromotionsNoCache()voidtestUpdatePromotionsWithCache()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testUpdatePromotionsWithCache
public void testUpdatePromotionsWithCache()
-
testUpdatePromotionsNoCache
public void testUpdatePromotionsNoCache()
-
testGetPromotionResultsWithCache
public void testGetPromotionResultsWithCache()
-
testCleanupCartWithCache
public void testCleanupCartWithCache() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCleanupCartNoCache
public void testCleanupCartNoCache() throws java.lang.Exception- Throws:
java.lang.Exception
-
-