Class Ad_isorgincludedTest
- java.lang.Object
-
- org.openbravo.test.base.OBBaseTest
-
- org.openbravo.test.db.model.functions.Ad_isorgincludedTest
-
- Direct Known Subclasses:
ADOrgTreeTest
public class Ad_isorgincludedTest extends OBBaseTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
CLIENT_FB
F&B International Group Clientprotected static String
CLIENT_QA
QA Testing Clientprotected static String
ORG_0
All Organization *protected static String
ORG_FB_EAST
F&B US East Coastprotected static String
ORG_FB_FBGROUP
F&B International Group Organizationprotected static String
ORG_FB_NORTE
F&B España - Región Norteprotected static String
ORG_FB_SPAIN
F&B España, S.A.protected static String
ORG_FB_SUR
F&B España - Región Surprotected static String
ORG_FB_US
F&B US, Inc.protected static String
ORG_FB_WEST
F&B US West Coastprotected static String
ORG_QA_MAIN
Main Organizationprotected static String
ORG_QA_SPAIN
Spain Organization-
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 Ad_isorgincludedTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
callOrgIncludedFunction(String orgId, String parentOrgId, String clientId, String functionName)
protected int
isOrgIncluded(String orgId, String parentOrgId, String clientId)
void
testIsOrgIncluded()
Case VI: Organization that does not exists.-
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, setUp, setUserContext, shouldMockServletContext, staticInitializeDalLayer, testDone
-
-
-
-
Field Detail
-
ORG_0
protected static final String ORG_0
All Organization *- See Also:
- Constant Field Values
-
CLIENT_QA
protected static final String CLIENT_QA
QA Testing Client- See Also:
- Constant Field Values
-
ORG_QA_MAIN
protected static final String ORG_QA_MAIN
Main Organization- See Also:
- Constant Field Values
-
ORG_QA_SPAIN
protected static final String ORG_QA_SPAIN
Spain Organization- See Also:
- Constant Field Values
-
CLIENT_FB
protected static final String CLIENT_FB
F&B International Group Client- See Also:
- Constant Field Values
-
ORG_FB_FBGROUP
protected static final String ORG_FB_FBGROUP
F&B International Group Organization- See Also:
- Constant Field Values
-
ORG_FB_US
protected static final String ORG_FB_US
F&B US, Inc.- See Also:
- Constant Field Values
-
ORG_FB_EAST
protected static final String ORG_FB_EAST
F&B US East Coast- See Also:
- Constant Field Values
-
ORG_FB_WEST
protected static final String ORG_FB_WEST
F&B US West Coast- See Also:
- Constant Field Values
-
ORG_FB_SPAIN
protected static final String ORG_FB_SPAIN
F&B España, S.A.- See Also:
- Constant Field Values
-
ORG_FB_NORTE
protected static final String ORG_FB_NORTE
F&B España - Región Norte- See Also:
- Constant Field Values
-
ORG_FB_SUR
protected static final String ORG_FB_SUR
F&B España - Región Sur- See Also:
- Constant Field Values
-
-