Class DefaultAddProductToCartActionStrategyTest
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.action.impl.DefaultAddProductToCartActionStrategyTest
-
@UnitTest public class DefaultAddProductToCartActionStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultAddProductToCartActionStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestApply()voidtestApplyAddedOrderEntryNull()voidtestApplyAppliedToObjectNotCartRAO()voidtestApplyNotFreeProductRAO()voidtestApplyOrderNull()voidtestApplyProductCodeNull()voidtestApplyProductNotFound()voidtestApplyProductNull()voidtestApplyPromotionResultNull()voidtestCreatePromotionAction()voidtestUndo()voidtestUndoNoUndoEntryFound()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testApplyNotFreeProductRAO
public void testApplyNotFreeProductRAO()
-
testApplyAppliedToObjectNotCartRAO
public void testApplyAppliedToObjectNotCartRAO()
-
testApplyAddedOrderEntryNull
public void testApplyAddedOrderEntryNull()
-
testApplyProductNull
public void testApplyProductNull()
-
testApplyProductCodeNull
public void testApplyProductCodeNull()
-
testApplyProductNotFound
public void testApplyProductNotFound()
-
testApplyPromotionResultNull
public void testApplyPromotionResultNull()
-
testApplyOrderNull
public void testApplyOrderNull()
-
testApply
public void testApply()
-
testCreatePromotionAction
public void testCreatePromotionAction()
-
testUndo
public void testUndo()
-
testUndoNoUndoEntryFound
public void testUndoNoUndoEntryFound()
-
-