com.atlassian.user.configuration
Class TestDefaultRepositoryConfigurations

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.user.configuration.TestDefaultRepositoryConfigurations
All Implemented Interfaces:
junit.framework.Test

public class TestDefaultRepositoryConfigurations
extends junit.framework.TestCase

Testing atlassian-user-defaults.xml and DefaultRepositoryProcessor.


Constructor Summary
TestDefaultRepositoryConfigurations()
           
 
Method Summary
 void testCachingHibernateRepository()
           
 void testCachingLdapRepository()
           
 void testCachingMemoryRepository()
           
 void testHibernateRepository()
           
 void testLdapRepository()
           
 void testMemoryRepository()
           
 void testOSUserRepository()
           
 void testReadOnlyMemoryRepository()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDefaultRepositoryConfigurations

public TestDefaultRepositoryConfigurations()
Method Detail

testMemoryRepository

public void testMemoryRepository()
                          throws Exception
Throws:
Exception

testReadOnlyMemoryRepository

public void testReadOnlyMemoryRepository()
                                  throws Exception
Throws:
Exception

testCachingMemoryRepository

public void testCachingMemoryRepository()
                                 throws Exception
Throws:
Exception

testHibernateRepository

public void testHibernateRepository()
                             throws Exception
Throws:
Exception

testCachingHibernateRepository

public void testCachingHibernateRepository()
                                    throws Exception
Throws:
Exception

testOSUserRepository

public void testOSUserRepository()
                          throws Exception
Throws:
Exception

testLdapRepository

public void testLdapRepository()
                        throws Exception
Throws:
Exception

testCachingLdapRepository

public void testCachingLdapRepository()
                               throws Exception
Throws:
Exception


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.