Class SingleCodeCouponRedemptionStrategyUnitTest
java.lang.Object
de.hybris.platform.couponservices.redemption.strategies.impl.SingleCodeCouponRedemptionStrategyUnitTest
JUnit test suite for
DefaultSingleCodeCouponRedemptionStrategy-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleCodeCouponRedemptionStrategyUnitTest
public SingleCodeCouponRedemptionStrategyUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
testSingleCodeCouponRedeemable
public void testSingleCodeCouponRedeemable() -
testSingleCodeCouponRedeemableWithUser
public void testSingleCodeCouponRedeemableWithUser() -
testSingleCodeCouponRedeemableWithUserNull
public void testSingleCodeCouponRedeemableWithUserNull() -
testSingleCodeCouponRedeemableMaxRedemptionsPerCustomerIsNull
public void testSingleCodeCouponRedeemableMaxRedemptionsPerCustomerIsNull() -
testSingleCodeCouponRedeemableMaxTotalRedemptionsIsReached
public void testSingleCodeCouponRedeemableMaxTotalRedemptionsIsReached() -
testSingleCodeCouponRedeemableBothMaxRedemptionsAreNull
public void testSingleCodeCouponRedeemableBothMaxRedemptionsAreNull() -
testSingleCodeCouponRedeemableMaxTotalRedemptionsIsNull
public void testSingleCodeCouponRedeemableMaxTotalRedemptionsIsNull()
-