Class DefaultReturnOrderSalesConditionsContributorTest
- java.lang.Object
-
- com.sap.hybris.returnsexchange.outbound.impl.DefaultReturnOrderSalesConditionsContributorTest
-
@UnitTest public class DefaultReturnOrderSalesConditionsContributorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultReturnOrderSalesConditionsContributorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateGrossPriceRow()voidtestCreatePaymentCostRow()voidtestCreateRowsSyncPricing()voidtestCreateTaxRows()voidtestGetColumns()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetColumns
public void testGetColumns()
-
testCreateRowsSyncPricing
public void testCreateRowsSyncPricing()
-
testCreatePaymentCostRow
public void testCreatePaymentCostRow()
-
testCreateTaxRows
public void testCreateTaxRows()
-
testCreateGrossPriceRow
public void testCreateGrossPriceRow()
-
-