org.springframework.richclient.settings.xml
Class XmlSettingsTests

Show UML class diagram
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.richclient.settings.SettingsAbstractTests
              extended by org.springframework.richclient.settings.xml.XmlSettingsTests
All Implemented Interfaces:
junit.framework.Test

public class XmlSettingsTests
extends SettingsAbstractTests

Author:
Peter De Bruycker

Constructor Summary
XmlSettingsTests()
           
 
Method Summary
protected  org.springframework.richclient.settings.Settings createSettings()
           
 void testChildSettings()
           
 void testConstructor()
           
 void testRemove_RemovesElement()
           
 void testSave()
           
 void testSetValue()
           
 
Methods inherited from class org.springframework.richclient.settings.SettingsAbstractTests
doSetUp, setUp, testBoolean, testDouble, testEnum, testFloat, testGetSettings, testInt, testLong, testRemove, testRemoveSettings, testString
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSettingsTests

public XmlSettingsTests()
Method Detail

createSettings

protected org.springframework.richclient.settings.Settings createSettings()
                                                                   throws Exception
Specified by:
createSettings in class SettingsAbstractTests
Throws:
Exception

testConstructor

public void testConstructor()
                     throws ParserConfigurationException,
                            FactoryConfigurationError,
                            SAXException,
                            IOException
Throws:
ParserConfigurationException
FactoryConfigurationError
SAXException
IOException

testRemove_RemovesElement

public void testRemove_RemovesElement()
                               throws ParserConfigurationException,
                                      FactoryConfigurationError,
                                      SAXException,
                                      IOException
Throws:
ParserConfigurationException
FactoryConfigurationError
SAXException
IOException

testSetValue

public void testSetValue()
                  throws ParserConfigurationException,
                         FactoryConfigurationError
Throws:
ParserConfigurationException
FactoryConfigurationError

testSave

public void testSave()
              throws ParserConfigurationException,
                     FactoryConfigurationError,
                     IOException
Throws:
ParserConfigurationException
FactoryConfigurationError
IOException

testChildSettings

public void testChildSettings()
                       throws ParserConfigurationException,
                              FactoryConfigurationError,
                              SAXException,
                              IOException
Throws:
ParserConfigurationException
FactoryConfigurationError
SAXException
IOException


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.