org.springframework.richclient.settings.jdbc
Class JdbcSettingsTests

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.jdbc.JdbcSettingsTests
All Implemented Interfaces:
junit.framework.Test

public class JdbcSettingsTests
extends SettingsAbstractTests

Author:
Peter De Bruycker

Constructor Summary
JdbcSettingsTests()
           
 
Method Summary
protected  org.springframework.richclient.settings.Settings createSettings()
           
protected  void doSetUp()
           
 void testLoadExistingSettings()
           
 void testLoadHierarchy()
           
 void testSaveHierarchy()
           
 void testSaveNewSettings()
           
 
Methods inherited from class org.springframework.richclient.settings.SettingsAbstractTests
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

JdbcSettingsTests

public JdbcSettingsTests()
Method Detail

createSettings

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

doSetUp

protected void doSetUp()
                throws Exception
Overrides:
doSetUp in class SettingsAbstractTests
Throws:
Exception

testLoadExistingSettings

public void testLoadExistingSettings()
                              throws Exception
Throws:
Exception

testLoadHierarchy

public void testLoadHierarchy()
                       throws Exception
Throws:
Exception

testSaveHierarchy

public void testSaveHierarchy()
                       throws Exception
Throws:
Exception

testSaveNewSettings

public void testSaveNewSettings()
                         throws Exception
Throws:
Exception


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