org.springframework.richclient.form.binding.swing
Class SwingBindingFactoryTests

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.form.binding.swing.SwingBindingFactoryTests
All Implemented Interfaces:
junit.framework.Test

public class SwingBindingFactoryTests
extends SpringRichTestCase

Author:
Oliver Hutchison

Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
SwingBindingFactoryTests()
           
 
Method Summary
 void doSetUp()
          Should be implemented in subclasses as an alternative to the final method SpringRichTestCase.setUp()
 void testCreateBoundCheckBox()
           
 void testCreateBoundComboBoxString()
           
 void testCreateBoundComboBoxStringObjectArray()
           
 void testCreateBoundComboBoxStringStringString()
           
 void testCreateBoundComboBoxStringValueModel()
           
 void testCreateBoundComboBoxStringValueModelString()
           
 void testCreateBoundLabel()
           
 void testCreateBoundListModel()
           
 void testCreateBoundListString()
           
 void testCreateBoundListStringObjectString()
           
 void testCreateBoundListStringValueModelString()
           
 void testCreateBoundTextField()
           
 void testSwingBindingFactory()
           
 
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

SwingBindingFactoryTests

public SwingBindingFactoryTests()
Method Detail

doSetUp

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

Overrides:
doSetUp in class SpringRichTestCase

testSwingBindingFactory

public void testSwingBindingFactory()

testCreateBoundTextField

public void testCreateBoundTextField()

testCreateBoundCheckBox

public void testCreateBoundCheckBox()

testCreateBoundLabel

public void testCreateBoundLabel()

testCreateBoundComboBoxString

public void testCreateBoundComboBoxString()

testCreateBoundComboBoxStringObjectArray

public void testCreateBoundComboBoxStringObjectArray()

testCreateBoundComboBoxStringValueModel

public void testCreateBoundComboBoxStringValueModel()

testCreateBoundComboBoxStringStringString

public void testCreateBoundComboBoxStringStringString()

testCreateBoundComboBoxStringValueModelString

public void testCreateBoundComboBoxStringValueModelString()

testCreateBoundListModel

public void testCreateBoundListModel()

testCreateBoundListString

public void testCreateBoundListString()

testCreateBoundListStringObjectString

public void testCreateBoundListStringObjectString()

testCreateBoundListStringValueModelString

public void testCreateBoundListStringValueModelString()


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