Class DefaultRuleEngineCalculationServiceCalculationMethodsTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.calculation.impl.DefaultRuleEngineCalculationServiceCalculationMethodsTest
-
@UnitTest public class DefaultRuleEngineCalculationServiceCalculationMethodsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleEngineCalculationServiceCalculationMethodsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCalculateTotals()Test that the calculate totals method uses the converter to create the order, and calls the recalculateTotals methodvoidtestRecalculateTotals()voidtestRecalculateTotalsWithIllegalCartLineItem()voidtestRecalculateTotalsWithNoCartLineItems()
-
-
-
Method Detail
-
testCalculateTotals
public void testCalculateTotals()
Test that the calculate totals method uses the converter to create the order, and calls the recalculateTotals method- Throws:
java.lang.Exception
-
testRecalculateTotalsWithNoCartLineItems
public void testRecalculateTotalsWithNoCartLineItems()
-
testRecalculateTotals
public void testRecalculateTotals()
-
testRecalculateTotalsWithIllegalCartLineItem
public void testRecalculateTotalsWithIllegalCartLineItem()
-
-