Class DefaultTmaFindOrderEntryPriceStrategyTest
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.pricing.strategy.impl.DefaultTmaFindOrderEntryPriceStrategyTest
-
@UnitTest public class DefaultTmaFindOrderEntryPriceStrategyTest extends java.lang.ObjectUnit test forDefaultTmaFindOrderEntryPriceStrategy.- Since:
- 2007
-
-
Constructor Summary
Constructors Constructor Description DefaultTmaFindOrderEntryPriceStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestFindBasePriceForCompositePopWithMultipleDiscounts()voidtestFindBasePriceForPopWithDifferentEventOtcPops()voidtestFindBasePriceForPopWithMissingPayNowOtcPops()voidtestFindBasePriceForPopWithMultipleCompositePops()voidtestFindBasePriceForPopWithOnePayNowOtcPop()voidtestFindBasePriceForPopWithSameEventOtcPops()voidtestFindBasePriceForPopWitNetDiscount()voidtestFindBasePriceForPopWitPercentageDiscount()voidtestFindBasePriceNoPriceFound()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceNoPriceFound
public void testFindBasePriceNoPriceFound() throws de.hybris.platform.order.exceptions.CalculationException- Throws:
de.hybris.platform.order.exceptions.CalculationException
-
testFindBasePriceForPopWithOnePayNowOtcPop
public void testFindBasePriceForPopWithOnePayNowOtcPop() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForPopWithDifferentEventOtcPops
public void testFindBasePriceForPopWithDifferentEventOtcPops() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForPopWithSameEventOtcPops
public void testFindBasePriceForPopWithSameEventOtcPops() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForPopWithMissingPayNowOtcPops
public void testFindBasePriceForPopWithMissingPayNowOtcPops() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForPopWithMultipleCompositePops
public void testFindBasePriceForPopWithMultipleCompositePops() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForPopWitNetDiscount
public void testFindBasePriceForPopWitNetDiscount() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForPopWitPercentageDiscount
public void testFindBasePriceForPopWitPercentageDiscount() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindBasePriceForCompositePopWithMultipleDiscounts
public void testFindBasePriceForCompositePopWithMultipleDiscounts() throws java.lang.Exception- Throws:
java.lang.Exception
-
-