Class PromotionRulePrepareInterceptorUnitTest
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.interceptors.PromotionRulePrepareInterceptorUnitTest
-
@UnitTest public class PromotionRulePrepareInterceptorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PromotionRulePrepareInterceptorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestOnPrepareNotPromotionRuleType()voidtestOnPreparePromotionExistsWithDifferentVersion()voidtestOnPreparePromotionExistsWithSameVersion()voidtestOnPreparePromotionNotSet()voidtestOnPreparePromotionUsingDescription()voidtestOnPreparePromotionUsingStartAndEndDateConstraints()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testOnPrepareNotPromotionRuleType
public void testOnPrepareNotPromotionRuleType() throws InterceptorException- Throws:
InterceptorException
-
testOnPreparePromotionNotSet
public void testOnPreparePromotionNotSet() throws InterceptorException- Throws:
InterceptorException
-
testOnPreparePromotionExistsWithSameVersion
public void testOnPreparePromotionExistsWithSameVersion() throws InterceptorException- Throws:
InterceptorException
-
testOnPreparePromotionExistsWithDifferentVersion
public void testOnPreparePromotionExistsWithDifferentVersion() throws InterceptorException- Throws:
InterceptorException
-
testOnPreparePromotionUsingStartAndEndDateConstraints
public void testOnPreparePromotionUsingStartAndEndDateConstraints() throws InterceptorException- Throws:
InterceptorException
-
testOnPreparePromotionUsingDescription
public void testOnPreparePromotionUsingDescription() throws InterceptorException- Throws:
InterceptorException
-
-