Class DefaultFlashBuyCommercePlaceOrderMethodHookTest
- java.lang.Object
-
- de.hybris.platform.timedaccesspromotionengineservices.order.hooks.DefaultFlashBuyCommercePlaceOrderMethodHookTest
-
@UnitTest public class DefaultFlashBuyCommercePlaceOrderMethodHookTest extends java.lang.Object
Unit test forDefaultFlashBuyCommercePlaceOrderMethodHookTest
-
-
Constructor Summary
Constructors Constructor Description DefaultFlashBuyCommercePlaceOrderMethodHookTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
void
testAfterPlaceOrder()
void
testAfterPlaceOrder_multi_orderEntries()
void
testAfterPlaceOrder_multi_promotionSourceRules()
void
testAfterPlaceOrder_non_flashBuyCoupon()
void
testAfterPlaceOrder_non_promotionSourceRule()
void
testAfterPlaceOrder_nuon_orderEntries()
void
testAfterPlaceOrder_unredeemed_flashBuyCoupon()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testAfterPlaceOrder
public void testAfterPlaceOrder() throws InvalidCartException
- Throws:
InvalidCartException
-
testAfterPlaceOrder_nuon_orderEntries
public void testAfterPlaceOrder_nuon_orderEntries() throws InvalidCartException
- Throws:
InvalidCartException
-
testAfterPlaceOrder_multi_orderEntries
public void testAfterPlaceOrder_multi_orderEntries() throws InvalidCartException
- Throws:
InvalidCartException
-
testAfterPlaceOrder_multi_promotionSourceRules
public void testAfterPlaceOrder_multi_promotionSourceRules() throws InvalidCartException
- Throws:
InvalidCartException
-
testAfterPlaceOrder_non_flashBuyCoupon
public void testAfterPlaceOrder_non_flashBuyCoupon() throws InvalidCartException
- Throws:
InvalidCartException
-
testAfterPlaceOrder_non_promotionSourceRule
public void testAfterPlaceOrder_non_promotionSourceRule() throws InvalidCartException
- Throws:
InvalidCartException
-
testAfterPlaceOrder_unredeemed_flashBuyCoupon
public void testAfterPlaceOrder_unredeemed_flashBuyCoupon() throws InvalidCartException
- Throws:
InvalidCartException
-
-