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 void
setUp()
void
testOnPrepareNotPromotionRuleType()
void
testOnPreparePromotionExistsWithDifferentVersion()
void
testOnPreparePromotionExistsWithSameVersion()
void
testOnPreparePromotionNotSet()
void
testOnPreparePromotionUsingDescription()
void
testOnPreparePromotionUsingStartAndEndDateConstraints()
-
-
-
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
-
-