Class CustomerGroupFacadeIntegrationTest

    • Constructor Detail

      • CustomerGroupFacadeIntegrationTest

        public CustomerGroupFacadeIntegrationTest()
    • Method Detail

      • before

        public void before()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCustomerGroupCreated

        public void testCustomerGroupCreated()
      • testTryCreateCustomerGroupWithDuplicateId

        public void testTryCreateCustomerGroupWithDuplicateId()
      • testTryCreateCustomerGroupWithEmptyUid

        public void testTryCreateCustomerGroupWithEmptyUid()
      • testTryCreateCustomerGroupWithEmptyName

        public void testTryCreateCustomerGroupWithEmptyName()
      • testTryCreateCustomerGroupWhenSuperGroupDoesNotExist

        public void testTryCreateCustomerGroupWhenSuperGroupDoesNotExist()
      • testAddUserToCustomerGroup

        public void testAddUserToCustomerGroup()
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAddUserToCustomerSubGroup

        public void testAddUserToCustomerSubGroup()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAddUserToCustomerSubSubGroup

        public void testAddUserToCustomerSubSubGroup()
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testTryToAddNotExistingUserToCustomerGroup

        public void testTryToAddNotExistingUserToCustomerGroup()
      • testTryToAddUserToNotExistingGroup

        public void testTryToAddUserToNotExistingGroup()
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testTryToAddUserToUserGroupWhichIsNotSubGroupOfCustomerGroup

        public void testTryToAddUserToUserGroupWhichIsNotSubGroupOfCustomerGroup()
                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRemoveUserFromCustomerGroup

        public void testRemoveUserFromCustomerGroup()
                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRemoveUserFromCustomerGroupWhileHeHasNotBeenMemberOfThisGroup

        public void testRemoveUserFromCustomerGroupWhileHeHasNotBeenMemberOfThisGroup()
                                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testTryToRemoveUserFromNotCustomerGroup

        public void testTryToRemoveUserFromNotCustomerGroup()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetCustomerGroup

        public void testGetCustomerGroup()
      • testTryToGetSubGroupsOfGroupWhichDoesNotExist

        public void testTryToGetSubGroupsOfGroupWhichDoesNotExist()
      • testTryToGetSubGroupOfGroupWhichIsNotCustomerGroup

        public void testTryToGetSubGroupOfGroupWhichIsNotCustomerGroup()
      • testGetAllCustomerGroups

        public void testGetAllCustomerGroups()