com.atlassian.user.impl.memory.configuration
Class TestMemoryRepositoryProcessor

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.user.configuration.AbstractRepositoryProcessorTestCase
              extended by com.atlassian.user.impl.memory.configuration.TestMemoryRepositoryProcessor
All Implemented Interfaces:
junit.framework.Test

public class TestMemoryRepositoryProcessor
extends AbstractRepositoryProcessorTestCase


Field Summary
 com.atlassian.user.properties.PropertySetFactory propertySetFactory
           
 
Fields inherited from class com.atlassian.user.configuration.AbstractRepositoryProcessorTestCase
config, delegationAccessor, hib1XML, ldap1XML, memXML, memXML2, osuser1XML, parser
 
Constructor Summary
TestMemoryRepositoryProcessor()
           
 
Method Summary
protected  void initializeConfiguration(String str, HashMap<String,ArrayList> args)
           
 void setUp()
           
 void tearDown()
           
 void testConfigureAuthenticator()
           
 void testConfigureGroupManager()
           
 void testConfigureOverrideAuthenticator()
           
 void testConfigureOverrideGroupManager()
           
 void testConfigureOverridePropertySetFactory()
           
 void testConfigureOverrideUserManager()
           
 void testConfigurePropertySetFactory()
           
 void testConfigureUserManager()
           
 void testProcess()
           
 
Methods inherited from class com.atlassian.user.configuration.AbstractRepositoryProcessorTestCase
initializeConfiguration
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

propertySetFactory

public com.atlassian.user.properties.PropertySetFactory propertySetFactory
Constructor Detail

TestMemoryRepositoryProcessor

public TestMemoryRepositoryProcessor()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class AbstractRepositoryProcessorTestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class AbstractRepositoryProcessorTestCase
Throws:
Exception

testProcess

public void testProcess()
                 throws com.atlassian.user.configuration.ConfigurationException
Throws:
com.atlassian.user.configuration.ConfigurationException

testConfigureUserManager

public void testConfigureUserManager()
                              throws com.atlassian.user.configuration.ConfigurationException
Throws:
com.atlassian.user.configuration.ConfigurationException

testConfigureGroupManager

public void testConfigureGroupManager()
                               throws com.atlassian.user.configuration.ConfigurationException
Throws:
com.atlassian.user.configuration.ConfigurationException

testConfigureAuthenticator

public void testConfigureAuthenticator()
                                throws com.atlassian.user.configuration.ConfigurationException
Throws:
com.atlassian.user.configuration.ConfigurationException

testConfigurePropertySetFactory

public void testConfigurePropertySetFactory()
                                     throws com.atlassian.user.configuration.ConfigurationException
Throws:
com.atlassian.user.configuration.ConfigurationException

testConfigureOverrideUserManager

public void testConfigureOverrideUserManager()

testConfigureOverrideGroupManager

public void testConfigureOverrideGroupManager()

testConfigureOverrideAuthenticator

public void testConfigureOverrideAuthenticator()

testConfigureOverridePropertySetFactory

public void testConfigureOverridePropertySetFactory()

initializeConfiguration

protected void initializeConfiguration(String str,
                                       HashMap<String,ArrayList> args)


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