Class ReferencedInventoryTest
- java.lang.Object
-
- org.openbravo.test.base.OBBaseTest
-
- org.openbravo.base.weld.test.WeldBaseTest
-
- org.openbravo.test.referencedinventory.ReferencedInventoryTest
-
- Direct Known Subclasses:
ReferencedInventoryBoxTest
,ReferencedInventorySequenceTest
public abstract class ReferencedInventoryTest extends WeldBaseTest
Helper class to develop Referenced Inventory related tests
-
-
Field Summary
Fields Modifier and Type Field Description protected String[]
BINS
protected boolean[]
ISALLOCATED
protected static org.apache.logging.log4j.Logger
log
protected String[][]
PRODUCTS
protected static BigDecimal
RECEIVEDQTY_10
-
Fields inherited from class org.openbravo.test.base.OBBaseTest
DOLLAR, DOLLAR_ID, EURO, EURO_ID, QA_TEST_ADMIN_USER_ID, QA_TEST_CLIENT_ID, QA_TEST_ORG_ID, TEST_BP_CATEGORY_ID, TEST_CLIENT_ID, TEST_LOCATION_ID, TEST_ORDER_ID, TEST_ORG_ID, TEST_ORG_TREE, TEST_PRODUCT_ID, TEST_ROLE_ID, TEST_US_ORG_ID, TEST_USER_ID, TEST_WAREHOUSE_ID, TEST2_USER_ID, userIds, watchFailures
-
-
Constructor Summary
Constructors Constructor Description ReferencedInventoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearSession()
void
initialize()
-
Methods inherited from class org.openbravo.base.weld.test.WeldBaseTest
createTestArchive, getWeldComponent, resetOBInterceptors, setUp
-
Methods inherited from class org.openbravo.test.base.OBBaseTest
addReadWriteAccess, classSetUp, commitTransaction, count, getConnectionProvider, getOneInstance, getRandomUser, getTestLogAppender, initializeDalLayer, initializeDisabledTestCases, initializeTestLogAppender, isErrorOccured, reportException, rollback, setLogStackTraces, setQAAdminContext, setSystemAdministratorContext, setTestAdminContext, setTestLogAppenderLevel, setTestUserContext, setUserContext, shouldMockServletContext, staticInitializeDalLayer, testDone
-
-
-
-
Field Detail
-
log
protected static final org.apache.logging.log4j.Logger log
-
RECEIVEDQTY_10
protected static final BigDecimal RECEIVEDQTY_10
-
BINS
protected final String[] BINS
-
PRODUCTS
protected final String[][] PRODUCTS
-
ISALLOCATED
protected final boolean[] ISALLOCATED
-
-