Class DefaultFlashBuyCartValidationHookTest
- java.lang.Object
-
- de.hybris.platform.timedaccesspromotionengineservices.cart.hooks.DefaultFlashBuyCartValidationHookTest
-
@UnitTest public class DefaultFlashBuyCartValidationHookTest extends java.lang.Object
Unit test forDefaultFlashBuyCartValidationHook
-
-
Constructor Summary
Constructors Constructor Description DefaultFlashBuyCartValidationHookTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
void
testafterValidateCart()
void
testBeforeValidateCart_checkout()
void
testBeforeValidateCart_coupon_apply_success_checkout()
void
testBeforeValidateCart_flashCoupon_placeorder()
void
testBeforeValidateCart_non_flashBuyCouppon_checkout()
void
testBeforeValidateCart_non_flashBuyPromotion_checkout()
void
testBeforeValidateCart_non_flashCoupon_placeorder()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testBeforeValidateCart_checkout
public void testBeforeValidateCart_checkout()
-
testBeforeValidateCart_non_flashBuyCouppon_checkout
public void testBeforeValidateCart_non_flashBuyCouppon_checkout()
-
testBeforeValidateCart_non_flashBuyPromotion_checkout
public void testBeforeValidateCart_non_flashBuyPromotion_checkout()
-
testBeforeValidateCart_coupon_apply_success_checkout
public void testBeforeValidateCart_coupon_apply_success_checkout()
-
testBeforeValidateCart_non_flashCoupon_placeorder
public void testBeforeValidateCart_non_flashCoupon_placeorder()
-
testBeforeValidateCart_flashCoupon_placeorder
public void testBeforeValidateCart_flashCoupon_placeorder()
-
testafterValidateCart
public void testafterValidateCart()
-
-