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  XMLConfiguration config
           
protected  DelegationAccessor delegationAccessor
           
protected  java.lang.String hib1XML
           
protected  java.lang.String ldap1XML
           
protected  java.lang.String memXML
           
protected  java.lang.String memXML2
           
protected  java.lang.String osuser1XML
           
protected  XMLConfigurationParser parser
           
 
Constructor Summary
AbstractRepositoryProcessorTestCase()
           
 
Method Summary
protected  void initializeConfiguration(java.lang.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 DelegationAccessor delegationAccessor

parser

protected XMLConfigurationParser parser

config

protected XMLConfiguration config

memXML

protected java.lang.String memXML

memXML2

protected java.lang.String memXML2

hib1XML

protected java.lang.String hib1XML

ldap1XML

protected java.lang.String ldap1XML

osuser1XML

protected java.lang.String osuser1XML
Constructor Detail

AbstractRepositoryProcessorTestCase

public AbstractRepositoryProcessorTestCase()
Method Detail

setUp

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

tearDown

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

initializeConfiguration

protected void initializeConfiguration(java.lang.String str)
                                throws ConfigurationException
Throws:
ConfigurationException


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