Class CLFOTestDataPO_16
- java.lang.Object
-
- org.openbravo.test.copyLinesFromOrders.data.CopyLinesFromOrdersTestData
-
- org.openbravo.test.copyLinesFromOrders.data.CLFOTestDataPO_16
-
public class CLFOTestDataPO_16 extends CopyLinesFromOrdersTestData
Check that created line has as organization: If the Organization of the line that is being copied belongs to the child tree of the Organization of the document header of the new line, use the organization of the line being copied, else use the organization of the document header of the new line. Case A- Author:
- Mark
-
-
Constructor Summary
Constructors Constructor Description CLFOTestDataPO_16()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTestDescription()
String
getTestNumber()
void
initialize()
boolean
isExecuteAsQAAdmin()
-
Methods inherited from class org.openbravo.test.copyLinesFromOrders.data.CopyLinesFromOrdersTestData
applyTestSettings, 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
-
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
-
-