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