org.springframework.binding.value.support
Class BufferedCollectionValueModelTests

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.binding.value.support.BufferedCollectionValueModelTests
All Implemented Interfaces:
junit.framework.Test

public class BufferedCollectionValueModelTests
extends SpringRichTestCase

Test cases for BufferedCollectionValueModel

Author:
oliverh

Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
BufferedCollectionValueModelTests()
           
 
Method Summary
 void testChangesToListListModelWithBackingArray()
           
 void testChangesToListListModelWithBackingCollection()
           
 void testCreateWithEmptyCollection()
           
 void testCreating()
           
 void testGetAfterBackingObjectChange()
           
 void testIncompatibleCollections()
           
 void testListListModelKeepsStuctureOfBackingObjectAfterCommit()
           
 void testRevert()
           
 void testValueChangeNotification()
           
 
Methods inherited from class org.springframework.richclient.test.SpringRichTestCase
createApplicationContext, createApplicationLifecycleAdvisor, doSetUp, 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

BufferedCollectionValueModelTests

public BufferedCollectionValueModelTests()
Method Detail

testCreating

public void testCreating()

testGetAfterBackingObjectChange

public void testGetAfterBackingObjectChange()

testCreateWithEmptyCollection

public void testCreateWithEmptyCollection()

testChangesToListListModelWithBackingArray

public void testChangesToListListModelWithBackingArray()

testChangesToListListModelWithBackingCollection

public void testChangesToListListModelWithBackingCollection()

testListListModelKeepsStuctureOfBackingObjectAfterCommit

public void testListListModelKeepsStuctureOfBackingObjectAfterCommit()

testIncompatibleCollections

public void testIncompatibleCollections()

testValueChangeNotification

public void testValueChangeNotification()

testRevert

public void testRevert()


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