com.atlassian.user.configuration
Class TestDelegatingRepositoryXmlConfiguration

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

public class TestDelegatingRepositoryXmlConfiguration
extends junit.framework.TestCase

Testing XMLConfigurationParser


Field Summary
protected  com.atlassian.user.configuration.xml.XMLConfigurationParser parser
           
 
Constructor Summary
TestDelegatingRepositoryXmlConfiguration()
           
 
Method Summary
 void setUp()
           
 void testAccurateDelegationOrder()
           
 void testDefaultDelegationOrder()
           
 void testErrorLoadingDefaults()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

parser

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

TestDelegatingRepositoryXmlConfiguration

public TestDelegatingRepositoryXmlConfiguration()
Method Detail

setUp

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

testErrorLoadingDefaults

public void testErrorLoadingDefaults()

testAccurateDelegationOrder

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

testDefaultDelegationOrder

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


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