org.apache.james.userrepository
Class UsersFileRepositoryTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.userrepository.MockUsersRepositoryTest
          extended by org.apache.james.userrepository.UsersFileRepositoryTest

public class UsersFileRepositoryTest
extends MockUsersRepositoryTest

Test basic behaviours of UsersFileRepository


Field Summary
 
Fields inherited from class org.apache.james.userrepository.MockUsersRepositoryTest
usersRepository
 
Constructor Summary
UsersFileRepositoryTest()
           
 
Method Summary
protected  void disposeUsersRepository()
          Dispose the repository
protected  org.apache.james.api.user.UsersRepository getUsersRepository()
          Create the repository to be tested.
 void testVirtualUserTableImpl()
           
 
Methods inherited from class org.apache.james.userrepository.MockUsersRepositoryTest
getAllowMultipleUsersWithDifferentCases, getCheckCase, getPasswordsEnabled, setUp, tearDown, testAddUserOnce, testCaseInsensitivesMethods, testUserAddedIsFound, testUserAddRemoveCycle, testUserListing, testUserPassword, testUsersRepositoryEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsersFileRepositoryTest

public UsersFileRepositoryTest()
Method Detail

getUsersRepository

protected org.apache.james.api.user.UsersRepository getUsersRepository()
                                                                throws java.lang.Exception
Create the repository to be tested.

Overrides:
getUsersRepository in class MockUsersRepositoryTest
Returns:
the user repository
Throws:
java.lang.Exception

disposeUsersRepository

protected void disposeUsersRepository()
Description copied from class: MockUsersRepositoryTest
Dispose the repository

Overrides:
disposeUsersRepository in class MockUsersRepositoryTest

testVirtualUserTableImpl

public void testVirtualUserTableImpl()
                              throws java.lang.Exception
Throws:
java.lang.Exception


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