org.springframework.richclient.dialog
Class TitledPageApplicationDialogTests

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
                      extended by org.springframework.richclient.dialog.TitledPageApplicationDialogTests
All Implemented Interfaces:
junit.framework.Test

public class TitledPageApplicationDialogTests
extends TitledApplicationDialogTestCase

Testcase for TitledPageApplicationDialog

Author:
Peter De Bruycker

Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
TitledPageApplicationDialogTests()
           
 
Method Summary
protected  org.springframework.richclient.dialog.TitledApplicationDialog createTitledApplicationDialog(Runnable onAboutToShow)
           
 
Methods inherited from class org.springframework.richclient.dialog.TitledApplicationDialogTestCase
createApplicationDialog, testGetAndSetMessage, testGetAndSetTitlePaneImage, 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

TitledPageApplicationDialogTests

public TitledPageApplicationDialogTests()
Method Detail

createTitledApplicationDialog

protected org.springframework.richclient.dialog.TitledApplicationDialog createTitledApplicationDialog(Runnable onAboutToShow)
Specified by:
createTitledApplicationDialog in class TitledApplicationDialogTestCase


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