Class SingleCodeCouponValidateInterceptorUnitTest
java.lang.Object
de.hybris.platform.couponservices.interceptor.SingleCodeCouponValidateInterceptorUnitTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleCodeCouponValidateInterceptorUnitTest
public SingleCodeCouponValidateInterceptorUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
testOnValidateModelIsNull
- Throws:
InterceptorException
-
testOnValidateMaxRedemptionsPerCustomerIsNull
- Throws:
InterceptorException
-
testOnValidateMaxTotalRedemptionsIsNull
- Throws:
InterceptorException
-
testOnValidateBothMaxRedemptionsAreNull
- Throws:
InterceptorException
-
testOnValidateWrongMaxRedemptionsPerCustomer
- Throws:
InterceptorException
-
testOnValidateTrue
- Throws:
InterceptorException
-
testOnValidateFalse
- Throws:
InterceptorException
-
testOnValidateFalseWhenActiveAndCouponIdModified
- Throws:
InterceptorException
-
testOnValidateTrueWhenNonActiveAndCouponIdModified
- Throws:
InterceptorException
-