Class CLFOTestDataSO_07
- java.lang.Object
-
- org.openbravo.test.copyLinesFromOrders.data.CopyLinesFromOrdersTestData
-
- org.openbravo.test.copyLinesFromOrders.data.CLFOTestDataSO_07
-
public class CLFOTestDataSO_07 extends CopyLinesFromOrdersTestData
Check that created line has prices correctly computed when is copied a product to an order with price list including taxes from another not including taxes.- Author:
- Mark
-
-
Constructor Summary
Constructors Constructor Description CLFOTestDataSO_07()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTestSettings()
Add extra settings to the test Add the Final Good C product to the Customer A Including Taxes Price ListString
getTestDescription()
String
getTestNumber()
void
initialize()
boolean
isExecuteAsQAAdmin()
-
Methods inherited from class org.openbravo.test.copyLinesFromOrders.data.CopyLinesFromOrdersTestData
applyTestSettingsBeforeExecuteProcess, createAUMForProduct, createExpectedLine, createOrderHeader, createOrderHeaderOrderLinesAndExpectedCopiedLines, createOrderLine, generateDataForPerformanceTest, getExpectedOrderAmounts, getExpectedOrderHeader, getExpectedOrderLines, getOrder, getOrderLinesCopiedFrom, getOrdersCopiedFrom, setExpectedOrderAmounts, setExpectedOrderHeader, setExpectedOrderLines, setOrder, setOrderLinesCopiedFrom, setOrdersCopiedFrom
-
-
-
-
Method Detail
-
initialize
public void initialize()
- Specified by:
initialize
in classCopyLinesFromOrdersTestData
-
applyTestSettings
public void applyTestSettings()
Add extra settings to the test Add the Final Good C product to the Customer A Including Taxes Price List- Overrides:
applyTestSettings
in classCopyLinesFromOrdersTestData
-
getTestNumber
public String getTestNumber()
- Specified by:
getTestNumber
in classCopyLinesFromOrdersTestData
-
getTestDescription
public String getTestDescription()
- Specified by:
getTestDescription
in classCopyLinesFromOrdersTestData
-
isExecuteAsQAAdmin
public boolean isExecuteAsQAAdmin()
- Specified by:
isExecuteAsQAAdmin
in classCopyLinesFromOrdersTestData
-
-