org.springframework.binding.support
Class AnnotationAwareBeanPropertyAccessStrategyTests

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.AnnotationAwareBeanPropertyAccessStrategyTests
All Implemented Interfaces:
junit.framework.Test

public class AnnotationAwareBeanPropertyAccessStrategyTests
extends SpringRichTestCase

Since:
May 8, 2006 5:20:39 PM
Author:
andy

Nested Class Summary
static class AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
           
static class AnnotationAwareBeanPropertyAccessStrategyTests.TestBean
           
 
Field Summary
 
Fields inherited from class org.springframework.richclient.test.SpringRichTestCase
applicationServices, logger
 
Constructor Summary
AnnotationAwareBeanPropertyAccessStrategyTests()
           
 
Method Summary
 void testBeanWithAnnotations()
           
 void testBeanWithNoAnnotations()
           
 void testInFormModel()
           
 
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

AnnotationAwareBeanPropertyAccessStrategyTests

public AnnotationAwareBeanPropertyAccessStrategyTests()
Method Detail

testBeanWithNoAnnotations

public void testBeanWithNoAnnotations()

testBeanWithAnnotations

public void testBeanWithAnnotations()
                             throws Exception
Throws:
Exception

testInFormModel

public void testInFormModel()


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