org.springframework.richclient.dialog
Class TitledApplicationDialogTestCase

Show UML class diagram
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.richclient.test.SpringRichTestCase
              extended by org.springframework.richclient.dialog.ApplicationDialogTestCase
                  extended by org.springframework.richclient.dialog.TitledApplicationDialogTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TitledApplicationDialogTests, TitledPageApplicationDialogTests

public abstract class TitledApplicationDialogTestCase
extends ApplicationDialogTestCase

Testcase for TitledApplicationDialog

Author:
Peter De Bruycker

Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
TitledApplicationDialogTestCase()
           
 
Method Summary
protected  org.springframework.richclient.dialog.ApplicationDialog createApplicationDialog(Runnable onAboutToShow)
           
protected abstract  org.springframework.richclient.dialog.TitledApplicationDialog createTitledApplicationDialog(Runnable onAboutToShow)
           
 void testGetAndSetMessage()
           
 void testGetAndSetTitlePaneImage()
           
 void testGetAndSetTitlePaneTitle()
           
 
Methods inherited from class org.springframework.richclient.dialog.ApplicationDialogTestCase
doMoreSetUp, doSetUp, testOnAboutToShowIsCalled, testSetAndGetTitle
 
Methods inherited from class org.springframework.richclient.test.SpringRichTestCase
createApplicationContext, createApplicationLifecycleAdvisor, doTearDown, getApplicationServices, registerAdditionalServices, registerBasicServices, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TitledApplicationDialogTestCase

public TitledApplicationDialogTestCase()
Method Detail

createTitledApplicationDialog

protected abstract org.springframework.richclient.dialog.TitledApplicationDialog createTitledApplicationDialog(Runnable onAboutToShow)

createApplicationDialog

protected final org.springframework.richclient.dialog.ApplicationDialog createApplicationDialog(Runnable onAboutToShow)
Specified by:
createApplicationDialog in class ApplicationDialogTestCase

testGetAndSetTitlePaneTitle

public void testGetAndSetTitlePaneTitle()

testGetAndSetMessage

public void testGetAndSetMessage()

testGetAndSetTitlePaneImage

public void testGetAndSetTitlePaneImage()


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