Package org.openbravo.test.security
Class WritableReadableOrganizationClientTest
- java.lang.Object
-
- org.openbravo.test.base.MockableBaseTest
-
- org.openbravo.test.base.OBBaseTest
-
- org.openbravo.test.security.WritableReadableOrganizationClientTest
-
public class WritableReadableOrganizationClientTest extends OBBaseTest
Tests check of writable organization and allowed client.- Author:
- mtaal
- See Also:
OBContext.getWritableOrganizations()
,OBContext.getReadableClients()
,OBContext.getReadableOrganizations()
-
-
Field Summary
-
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_INVOICE_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 WritableReadableOrganizationClientTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readSibilingOrganizationsShouldBeAllowed()
void
testAccessLevelCO()
Checks for two users that each writable organization also occurs in the readable organizations list.void
testCheckInvalidClient()
Test if a check is done that an update in an invalid client is not allowed.void
testClient()
Checks that the current client is present in the set of readable clients.void
testUpdateNotAllowed()
Checks that writable organization is checked when an invalid update is attempted.-
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
-
Methods inherited from class org.openbravo.test.base.MockableBaseTest
mockStatic
-
-
-
-
Method Detail
-
testAccessLevelCO
public void testAccessLevelCO()
Checks for two users that each writable organization also occurs in the readable organizations list.
-
testClient
public void testClient()
Checks that the current client is present in the set of readable clients.
-
testUpdateNotAllowed
public void testUpdateNotAllowed()
Checks that writable organization is checked when an invalid update is attempted.
-
testCheckInvalidClient
public void testCheckInvalidClient()
Test if a check is done that an update in an invalid client is not allowed.
-
readSibilingOrganizationsShouldBeAllowed
public void readSibilingOrganizationsShouldBeAllowed()
-
-