Class DiscountValuePromotionEngineResultPopulatorTest
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.promotionengine.report.populators.DiscountValuePromotionEngineResultPopulatorTest
-
@UnitTest public class DiscountValuePromotionEngineResultPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DiscountValuePromotionEngineResultPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldPopulatePromotionResultByDelegatingJobToPromotionResultPopulator()voidshouldRaiseExceptionWhenSourceToPopulateIsNull()voidshouldRaiseExceptionWhenTargetIsNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldPopulatePromotionResultByDelegatingJobToPromotionResultPopulator
public void shouldPopulatePromotionResultByDelegatingJobToPromotionResultPopulator() 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
-
-