org.apache.james.jcr
Class JcrUserRepositoryTest

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

public class JcrUserRepositoryTest
extends MockUsersRepositoryTest


Field Summary
 
Fields inherited from class org.apache.james.userrepository.MockUsersRepositoryTest
usersRepository
 
Constructor Summary
JcrUserRepositoryTest()
           
 
Method Summary
protected  org.apache.james.api.user.UsersRepository getUsersRepository()
          Create the repository to be tested.
protected  void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class org.apache.james.userrepository.MockUsersRepositoryTest
disposeUsersRepository, getAllowMultipleUsersWithDifferentCases, getCheckCase, getPasswordsEnabled, 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

JcrUserRepositoryTest

public JcrUserRepositoryTest()
Method Detail

getUsersRepository

protected org.apache.james.api.user.UsersRepository getUsersRepository()
                                                                throws java.lang.Exception
Description copied from class: MockUsersRepositoryTest
Create the repository to be tested.

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

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class MockUsersRepositoryTest
Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class MockUsersRepositoryTest
Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#tearDown()


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