org.springframework.richclient.settings.support
Class WindowMementoTests

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

public class WindowMementoTests
extends junit.framework.TestCase

Author:
Peter De Bruycker

Constructor Summary
WindowMementoTests()
           
 
Method Summary
protected  Component createComponent()
           
protected  String getKey()
           
protected  void setUp()
           
 void testConstructor()
           
 void testRestoreLocation()
           
 void testRestoreLocationNotInSettings()
           
 void testRestoreMaximizedState()
           
 void testRestoreSize()
           
 void testRestoreSizeNotInSettings()
           
 void testSaveLocation()
           
 void testSaveMaximizedState()
           
 void testSaveSize()
           
 
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

WindowMementoTests

public WindowMementoTests()
Method Detail

setUp

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

testConstructor

public void testConstructor()

testSaveLocation

public void testSaveLocation()

testRestoreLocation

public void testRestoreLocation()

testRestoreLocationNotInSettings

public void testRestoreLocationNotInSettings()

testSaveSize

public void testSaveSize()

testSaveMaximizedState

public void testSaveMaximizedState()

testRestoreMaximizedState

public void testRestoreMaximizedState()

testRestoreSize

public void testRestoreSize()

testRestoreSizeNotInSettings

public void testRestoreSizeNotInSettings()

createComponent

protected Component createComponent()

getKey

protected String getKey()


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