Class PromotionEngineResultPopulatorTest
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.promotionengine.report.populators.PromotionEngineResultPopulatorTest
-
@UnitTest public class PromotionEngineResultPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PromotionEngineResultPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldClassifyAsFiredPromotion()voidshouldClassifyAsPotentialPromotion()voidshouldPopulatePromotionResult()voidshouldRaiseExceptionWhenSourceToPopulateIsNull()voidshouldRaiseExceptionWhenTargetIsNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldPopulatePromotionResult
public void shouldPopulatePromotionResult() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldRaiseExceptionWhenSourceToPopulateIsNull
public void shouldRaiseExceptionWhenSourceToPopulateIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldRaiseExceptionWhenTargetIsNull
public void shouldRaiseExceptionWhenTargetIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldClassifyAsFiredPromotion
public void shouldClassifyAsFiredPromotion() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldClassifyAsPotentialPromotion
public void shouldClassifyAsPotentialPromotion() throws java.lang.Exception- Throws:
java.lang.Exception
-
-