org.springframework.richclient.settings
Class SettingsAbstractTests

Show UML class diagram
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.richclient.settings.SettingsAbstractTests
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
JdbcSettingsTests, PreferencesSettingsTests, RootXmlSettingsTests, TransientSettingsTests, XmlSettingsTests

public abstract class SettingsAbstractTests
extends junit.framework.TestCase

Author:
Peter De Bruycker

Constructor Summary
SettingsAbstractTests()
           
 
Method Summary
protected abstract  org.springframework.richclient.settings.Settings createSettings()
           
protected  void doSetUp()
           
protected  void setUp()
           
 void testBoolean()
           
 void testDouble()
           
 void testEnum()
           
 void testFloat()
           
 void testGetSettings()
           
 void testInt()
           
 void testLong()
           
 void testRemove()
           
 void testRemoveSettings()
           
 void 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

SettingsAbstractTests

public SettingsAbstractTests()
Method Detail

setUp

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

doSetUp

protected void doSetUp()
                throws Exception
Throws:
Exception

testGetSettings

public final void testGetSettings()

testRemove

public final void testRemove()

testRemoveSettings

public final void testRemoveSettings()

testBoolean

public final void testBoolean()

testInt

public final void testInt()

testLong

public final void testLong()

testFloat

public final void testFloat()

testDouble

public final void testDouble()

testString

public final void testString()

testEnum

public final void testEnum()

createSettings

protected abstract org.springframework.richclient.settings.Settings createSettings()
                                                                            throws Exception
Throws:
Exception


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