Class CouponRedeemableValidationHookUnitTest
- java.lang.Object
-
- de.hybris.platform.couponservices.cart.hooks.CouponRedeemableValidationHookUnitTest
-
@UnitTest public class CouponRedeemableValidationHookUnitTest extends java.lang.Object
JUnit test suite for implementationCouponRedeemableValidationHook
-
-
Constructor Summary
Constructors Constructor Description CouponRedeemableValidationHookUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCouponRedeemableAfterValidateCart()
void
testCouponRedeemableAfterValidateCartFailure()
void
testCouponRedeemableAfterValidateCartWithNoAppliedCoupons()
void
testCouponRedeemableWhenCartNull()
-
-
-
Method Detail
-
testCouponRedeemableAfterValidateCart
public void testCouponRedeemableAfterValidateCart()
-
testCouponRedeemableAfterValidateCartFailure
public void testCouponRedeemableAfterValidateCartFailure() throws InvalidCartException
- Throws:
InvalidCartException
-
testCouponRedeemableWhenCartNull
public void testCouponRedeemableWhenCartNull() throws InvalidCartException
- Throws:
InvalidCartException
-
testCouponRedeemableAfterValidateCartWithNoAppliedCoupons
public void testCouponRedeemableAfterValidateCartWithNoAppliedCoupons() throws InvalidCartException
- Throws:
InvalidCartException
-
-