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

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.BindingAbstractTests
                  extended by org.springframework.richclient.form.binding.swing.ComboBoxBindingTests
All Implemented Interfaces:
junit.framework.Test

public class ComboBoxBindingTests
extends BindingAbstractTests


Field Summary
 
Fields inherited from class org.springframework.richclient.form.binding.swing.BindingAbstractTests
fm, property, vm
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
ComboBoxBindingTests()
           
 
Method Summary
protected  String setUpBinding()
           
 void testComparator()
           
 void testComponentTracksEnabledChanges()
           
 void testComponentTracksReadOnlyChanges()
           
 void testComponentUpdatesValueModel()
           
 void testEmptySelectionValue()
           
 void testExistingModel()
           
 void testFilter()
           
 void testFilterWithContext()
           
 void testSelectableItemHolderNullValue()
           
 void testSelectableValueChangeUpdatesComboBoxModel()
           
 void testUpdatingFilter()
           
 void testValueModelUpdatesComponent()
           
 void testWithArray()
           
 void testWithList()
           
 void testWithListModel()
           
 
Methods inherited from class org.springframework.richclient.form.binding.swing.BindingAbstractTests
createTestBean, doSetUp
 
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

ComboBoxBindingTests

public ComboBoxBindingTests()
Method Detail

setUpBinding

protected String setUpBinding()
Specified by:
setUpBinding in class BindingAbstractTests

testWithListModel

public void testWithListModel()
                       throws Exception
Throws:
Exception

testWithList

public void testWithList()
                  throws Exception
Throws:
Exception

testWithArray

public void testWithArray()
                   throws Exception
Throws:
Exception

testValueModelUpdatesComponent

public void testValueModelUpdatesComponent()
Specified by:
testValueModelUpdatesComponent in class BindingAbstractTests

testComponentUpdatesValueModel

public void testComponentUpdatesValueModel()
Specified by:
testComponentUpdatesValueModel in class BindingAbstractTests

testSelectableValueChangeUpdatesComboBoxModel

public void testSelectableValueChangeUpdatesComboBoxModel()

testComponentTracksEnabledChanges

public void testComponentTracksEnabledChanges()
Specified by:
testComponentTracksEnabledChanges in class BindingAbstractTests

testComponentTracksReadOnlyChanges

public void testComponentTracksReadOnlyChanges()
Specified by:
testComponentTracksReadOnlyChanges in class BindingAbstractTests

testSelectableItemHolderNullValue

public void testSelectableItemHolderNullValue()

testExistingModel

public void testExistingModel()

testFilter

public void testFilter()

testUpdatingFilter

public void testUpdatingFilter()

testFilterWithContext

public void testFilterWithContext()

testComparator

public void testComparator()

testEmptySelectionValue

public void testEmptySelectionValue()
                             throws Exception
Throws:
Exception


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