Class DefaultSalesConditionsContributorTest
- java.lang.Object
-
- de.hybris.platform.sap.orderexchange.outbound.impl.DefaultSalesConditionsContributorTest
-
@UnitTest public class DefaultSalesConditionsContributorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultSalesConditionsContributorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateDeliveryCostRow()voidtestCreateDiscountRows()voidtestCreateGrossPriceRow()voidtestCreatePaymentCostRow()voidtestCreateRows()voidtestCreateRowsSyncPricing()voidtestCreateTaxRows()voidtestGetColumns()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetColumns
public void testGetColumns()
-
testCreateRows
public void testCreateRows()
-
testCreateRowsSyncPricing
public void testCreateRowsSyncPricing()
-
testCreatePaymentCostRow
public void testCreatePaymentCostRow()
-
testCreateDeliveryCostRow
public void testCreateDeliveryCostRow()
-
testCreateDiscountRows
public void testCreateDiscountRows()
-
testCreateTaxRows
public void testCreateTaxRows()
-
testCreateGrossPriceRow
public void testCreateGrossPriceRow()
-
-