org.springframework.binding.support
Class BeanPropertyAccessStrategyTests

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.support.AbstractPropertyAccessStrategyTests
                  extended by org.springframework.binding.support.BeanPropertyAccessStrategyTests
All Implemented Interfaces:
junit.framework.Test

public class BeanPropertyAccessStrategyTests
extends AbstractPropertyAccessStrategyTests

Tests class BeanPropertyAccessStrategy.

Author:
Oliver Hutchison

Field Summary
 
Fields inherited from class org.springframework.binding.support.AbstractPropertyAccessStrategyTests
pas, pcl, testBean, vm
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
BeanPropertyAccessStrategyTests()
           
 
Method Summary
protected  org.springframework.binding.support.AbstractPropertyAccessStrategy createPropertyAccessStrategy(Object target)
           
 void testMetaData()
          Test the metadata on type/readability/writeability.
 
Methods inherited from class org.springframework.binding.support.AbstractPropertyAccessStrategyTests
assertPropertyMetadata, doSetUp, isStrictNullHandlingEnabled, testBeanThatImplementsPropertyChangePublisher, testChildPropertyAccessStrategy, testListProperty, testMapProperty, testNestedProperty, testReadOnlyProperty, testSimpleProperty, testWriteOnlyProperty
 
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

BeanPropertyAccessStrategyTests

public BeanPropertyAccessStrategyTests()
Method Detail

createPropertyAccessStrategy

protected org.springframework.binding.support.AbstractPropertyAccessStrategy createPropertyAccessStrategy(Object target)
Specified by:
createPropertyAccessStrategy in class AbstractPropertyAccessStrategyTests

testMetaData

public void testMetaData()
Test the metadata on type/readability/writeability.



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