Class CustomerCreationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CustomerCreationTest extends ServicelayerTransactionalTest
  • Constructor Details

    • CustomerCreationTest

      public CustomerCreationTest()
  • Method Details

    • testCreateCustomerWithUnDataIsolatedSiteWillFailed

      public void testCreateCustomerWithUnDataIsolatedSiteWillFailed()
    • testCreateUserGroupWithSameUIDWillFailed

      public void testCreateUserGroupWithSameUIDWillFailed()
    • testCreateEmployeeWithSameUIDWillFailed

      public void testCreateEmployeeWithSameUIDWillFailed()
    • testCreateCustomerWithSameUIDNullSiteWillFailed

      public void testCreateCustomerWithSameUIDNullSiteWillFailed()
    • testCreateCustomerWithDiffUIDNullSiteWillSuccess

      public void testCreateCustomerWithDiffUIDNullSiteWillSuccess()
    • testCreateCustomerWithSameUIDAndSiteWillFailed

      public void testCreateCustomerWithSameUIDAndSiteWillFailed()
    • testCreateCustomerWithDiffUIDSiteWillSuccess

      public void testCreateCustomerWithDiffUIDSiteWillSuccess()
    • testCustomerUidSensitive

      public void testCustomerUidSensitive()
    • testUndecoratedUidDerivedFromUIDWhenCustomerCreation

      public void testUndecoratedUidDerivedFromUIDWhenCustomerCreation()
    • setCurrentBaseSite

      protected void setCurrentBaseSite(String uid, boolean dataIsolationEnabled)