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
 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(java.lang.String str, java.util.HashMap<java.lang.String,java.util.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 PropertySetFactory propertySetFactory
Constructor Detail

TestMemoryRepositoryProcessor

public TestMemoryRepositoryProcessor()
Method Detail

setUp

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

tearDown

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

testProcess

public void testProcess()
                 throws ConfigurationException
Throws:
ConfigurationException

testConfigureUserManager

public void testConfigureUserManager()
                              throws ConfigurationException
Throws:
ConfigurationException

testConfigureGroupManager

public void testConfigureGroupManager()
                               throws ConfigurationException
Throws:
ConfigurationException

testConfigureAuthenticator

public void testConfigureAuthenticator()
                                throws ConfigurationException
Throws:
ConfigurationException

testConfigurePropertySetFactory

public void testConfigurePropertySetFactory()
                                     throws ConfigurationException
Throws:
ConfigurationException

testConfigureOverrideUserManager

public void testConfigureOverrideUserManager()

testConfigureOverrideGroupManager

public void testConfigureOverrideGroupManager()

testConfigureOverrideAuthenticator

public void testConfigureOverrideAuthenticator()

testConfigureOverridePropertySetFactory

public void testConfigureOverridePropertySetFactory()

initializeConfiguration

protected void initializeConfiguration(java.lang.String str,
                                       java.util.HashMap<java.lang.String,java.util.ArrayList> args)


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