com.atlassian.user.configuration
Class AbstractRepositoryProcessorTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.user.configuration.AbstractRepositoryProcessorTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TestDefaultRepositoryProcessor, TestHibernateRepositoryProcessor, TestLDAPRepositoryProcessor, TestMemoryRepositoryProcessor, TestOSURepositoryProcessor

public abstract class AbstractRepositoryProcessorTestCase
extends junit.framework.TestCase


Field Summary
protected  com.atlassian.user.configuration.xml.XMLConfiguration config
           
protected  com.atlassian.user.configuration.DelegationAccessor delegationAccessor
           
protected  String hib1XML
           
protected  String ldap1XML
           
protected  String memXML
           
protected  String memXML2
           
protected  String osuser1XML
           
protected  com.atlassian.user.configuration.xml.XMLConfigurationParser parser
           
 
Constructor Summary
AbstractRepositoryProcessorTestCase()
           
 
Method Summary
protected  void initializeConfiguration(String str)
           
 void setUp()
           
 void tearDown()
           
 
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

delegationAccessor

protected com.atlassian.user.configuration.DelegationAccessor delegationAccessor

parser

protected com.atlassian.user.configuration.xml.XMLConfigurationParser parser

config

protected com.atlassian.user.configuration.xml.XMLConfiguration config

memXML

protected String memXML

memXML2

protected String memXML2

hib1XML

protected String hib1XML

ldap1XML

protected String ldap1XML

osuser1XML

protected String osuser1XML
Constructor Detail

AbstractRepositoryProcessorTestCase

public AbstractRepositoryProcessorTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

initializeConfiguration

protected void initializeConfiguration(String str)
                                throws com.atlassian.user.configuration.ConfigurationException
Throws:
com.atlassian.user.configuration.ConfigurationException


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