org.apache.james.management
Class UserManagementTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.management.UserManagementTest

public class UserManagementTest
extends TestCase

Tests the UserManagement


Constructor Summary
UserManagementTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddUserAndVerify()
           
 void testAlias()
           
 void testDefaultRepositoryIsLocalUsers()
           
 void testDelUser()
           
 void testForward()
           
 void testListRepositories()
           
 void testListUsers()
           
 void testNonExistingRepository()
           
 void testSetPassword()
           
 void testUserCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManagementTest

public UserManagementTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testUserCount

public void testUserCount()
                   throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testDefaultRepositoryIsLocalUsers

public void testDefaultRepositoryIsLocalUsers()
                                       throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testNonExistingRepository

public void testNonExistingRepository()
                               throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testAddUserAndVerify

public void testAddUserAndVerify()
                          throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testDelUser

public void testDelUser()
                 throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testListUsers

public void testListUsers()
                   throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testAlias

public void testAlias()
               throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testForward

public void testForward()
                 throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testSetPassword

public void testSetPassword()
                     throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException

testListRepositories

public void testListRepositories()
                          throws org.apache.james.api.user.management.UserManagementException
Throws:
org.apache.james.api.user.management.UserManagementException


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.