Class CouponRedemptionMethodHookUnitTest
- java.lang.Object
-
- de.hybris.platform.couponservices.order.hooks.CouponRedemptionMethodHookUnitTest
-
@UnitTest public class CouponRedemptionMethodHookUnitTest extends java.lang.Object
JUnit test suite for implementationCouponRedemptionMethodHook
-
-
Constructor Summary
Constructors Constructor Description CouponRedemptionMethodHookUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCouponRedemptionAfterPlaceOrder()
void
testCouponRedemptionAfterPlaceOrderFailure()
void
testCouponRedemptionAfterPlaceOrderWithNoAppliedCoupons()
void
testCouponRedemptionWhenOrderNull()
-
-
-
Method Detail
-
testCouponRedemptionAfterPlaceOrder
public void testCouponRedemptionAfterPlaceOrder() throws InvalidCartException
- Throws:
InvalidCartException
-
testCouponRedemptionAfterPlaceOrderFailure
public void testCouponRedemptionAfterPlaceOrderFailure() throws InvalidCartException
- Throws:
InvalidCartException
-
testCouponRedemptionWhenOrderNull
public void testCouponRedemptionWhenOrderNull() throws InvalidCartException
- Throws:
InvalidCartException
-
testCouponRedemptionAfterPlaceOrderWithNoAppliedCoupons
public void testCouponRedemptionAfterPlaceOrderWithNoAppliedCoupons() throws InvalidCartException
- Throws:
InvalidCartException
-
-