org.springframework.richclient.dialog
Class ApplicationDialogTestCase

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
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TitledApplicationDialogTestCase

public abstract class ApplicationDialogTestCase
extends SpringRichTestCase

Skeleton test for ApplicationDialog

Author:
Peter De Bruycker

Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
ApplicationDialogTestCase()
           
 
Method Summary
protected abstract  org.springframework.richclient.dialog.ApplicationDialog createApplicationDialog(Runnable onAboutToShow)
           
protected  void doMoreSetUp()
           
protected  void doSetUp()
          Should be implemented in subclasses as an alternative to the final method SpringRichTestCase.setUp()
 void testOnAboutToShowIsCalled()
           
 void 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

ApplicationDialogTestCase

public ApplicationDialogTestCase()
Method Detail

testSetAndGetTitle

public void testSetAndGetTitle()

testOnAboutToShowIsCalled

public void testOnAboutToShowIsCalled()

doSetUp

protected final void doSetUp()
                      throws Exception
Description copied from class: SpringRichTestCase
Should be implemented in subclasses as an alternative to the final method SpringRichTestCase.setUp()

Overrides:
doSetUp in class SpringRichTestCase
Throws:
Exception

doMoreSetUp

protected void doMoreSetUp()
                    throws Exception
Throws:
Exception

createApplicationDialog

protected abstract org.springframework.richclient.dialog.ApplicationDialog createApplicationDialog(Runnable onAboutToShow)


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