Class UserGroupServiceTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class UserGroupServiceTest extends BaseSpringContextTest
Tests the Group facilities of the UserManager..
Author:
keshav, paul
  • Constructor Details

    • UserGroupServiceTest

      public UserGroupServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testCreateUserGroup

      public void testCreateUserGroup()
      Tests creating a UserGroup
    • testDeleteUserGroup

      public void testDeleteUserGroup()
      Test for deleting a user group
    • testUpdateUserGroup

      public void testUpdateUserGroup()
      Tests updating the UserGroup
    • testUserAddSelvesToAdmin

      public void testUserAddSelvesToAdmin()