Class SingleCodeCouponRedemptionStrategyUnitTest
- java.lang.Object
-
- de.hybris.platform.couponservices.redemption.strategies.impl.SingleCodeCouponRedemptionStrategyUnitTest
-
@UnitTest public class SingleCodeCouponRedemptionStrategyUnitTest extends java.lang.Object
JUnit test suite forDefaultSingleCodeCouponRedemptionStrategy
-
-
Constructor Summary
Constructors Constructor Description SingleCodeCouponRedemptionStrategyUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestSingleCodeCouponRedeemable()voidtestSingleCodeCouponRedeemableBothMaxRedemptionsAreNull()voidtestSingleCodeCouponRedeemableMaxRedemptionsPerCustomerIsNull()voidtestSingleCodeCouponRedeemableMaxTotalRedemptionsIsNull()voidtestSingleCodeCouponRedeemableMaxTotalRedemptionsIsReached()voidtestSingleCodeCouponRedeemableWithUser()voidtestSingleCodeCouponRedeemableWithUserNull()
-
-
-
Method Detail
-
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()
-
-