Package de.hybris.order.calculation
Class OrderIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.order.calculation.OrderIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
Order calculation tests
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
OrderIntegrationTest
public OrderIntegrationTest()
-
-
Method Details
-
testCalculateDiscountValues
public void testCalculateDiscountValues() -
testCalculatePercentDiscountOnSomeUnitsOnly
public void testCalculatePercentDiscountOnSomeUnitsOnly() -
testCalculationWithDifferentCurrencies
public void testCalculationWithDifferentCurrencies() -
testDifferentCurrencyInAdditionalChargesForLineItemsAndOrder
public void testDifferentCurrencyInAdditionalChargesForLineItemsAndOrder() -
testDifferentCurrencyInDiscountsForLineItemsAndOrder
public void testDifferentCurrencyInDiscountsForLineItemsAndOrder() -
testCalculateOrderDiscounts
public void testCalculateOrderDiscounts() -
testCalculateAdditionalOrderCharges
public void testCalculateAdditionalOrderCharges() -
testGiveAwayDiscount
public void testGiveAwayDiscount() -
testPercentDiscountsPerUnit
public void testPercentDiscountsPerUnit() -
testMoneyDiscountsPerUnit
public void testMoneyDiscountsPerUnit() -
testMoneyChargePerUnit
public void testMoneyChargePerUnit() -
testPercentChargePerUnit
public void testPercentChargePerUnit()
-