org.springframework.batch.item.file.mapping
Class BeanWrapperFieldSetMapperTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapperTests

public class BeanWrapperFieldSetMapperTests
extends TestCase


Constructor Summary
BeanWrapperFieldSetMapperTests()
           
 
Method Summary
 void testMapperWithNestedBeanPaths()
           
 void testMapperWithNestedBeanPathsAndPropertyMatches()
           
 void testMapperWithNestedBeanPathsAndPropertyMisMatches()
           
 void testMapperWithNestedBeanPathsAndPropertyPrefixMisMatches()
           
 void testMapperWithNotVerySimilarNamePropertyMatches()
           
 void testMapperWithPrototype()
           
 void testMapperWithSimilarNamePropertyMatches()
           
 void testMapperWithSingleton()
           
 void testNameAndTypeSpecified()
           
 void testNameNorTypeSpecified()
           
 void testNestedList()
           
 void testPaddedLongWithDefaultAndCustomEditor()
           
 void testPaddedLongWithEditor()
           
 void testPaddedLongWithNoEditor()
           
 void testPlainBeanWrapper()
           
 void testPropertyNameMatching()
           
 void testVanillaBeanCreatedFromType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanWrapperFieldSetMapperTests

public BeanWrapperFieldSetMapperTests()
Method Detail

testNameAndTypeSpecified

public void testNameAndTypeSpecified()
                              throws Exception
Throws:
Exception

testNameNorTypeSpecified

public void testNameNorTypeSpecified()
                              throws Exception
Throws:
Exception

testVanillaBeanCreatedFromType

public void testVanillaBeanCreatedFromType()
                                    throws Exception
Throws:
Exception

testMapperWithSingleton

public void testMapperWithSingleton()
                             throws Exception
Throws:
Exception

testPropertyNameMatching

public void testPropertyNameMatching()
                              throws Exception
Throws:
Exception

testMapperWithPrototype

public void testMapperWithPrototype()
                             throws Exception
Throws:
Exception

testMapperWithNestedBeanPaths

public void testMapperWithNestedBeanPaths()
                                   throws Exception
Throws:
Exception

testMapperWithSimilarNamePropertyMatches

public void testMapperWithSimilarNamePropertyMatches()
                                              throws Exception
Throws:
Exception

testMapperWithNotVerySimilarNamePropertyMatches

public void testMapperWithNotVerySimilarNamePropertyMatches()
                                                     throws Exception
Throws:
Exception

testMapperWithNestedBeanPathsAndPropertyMatches

public void testMapperWithNestedBeanPathsAndPropertyMatches()
                                                     throws Exception
Throws:
Exception

testMapperWithNestedBeanPathsAndPropertyMisMatches

public void testMapperWithNestedBeanPathsAndPropertyMisMatches()
                                                        throws Exception
Throws:
Exception

testMapperWithNestedBeanPathsAndPropertyPrefixMisMatches

public void testMapperWithNestedBeanPathsAndPropertyPrefixMisMatches()
                                                              throws Exception
Throws:
Exception

testPlainBeanWrapper

public void testPlainBeanWrapper()
                          throws Exception
Throws:
Exception

testNestedList

public void testNestedList()

testPaddedLongWithNoEditor

public void testPaddedLongWithNoEditor()
                                throws Exception
Throws:
Exception

testPaddedLongWithEditor

public void testPaddedLongWithEditor()
                              throws Exception
Throws:
Exception

testPaddedLongWithDefaultAndCustomEditor

public void testPaddedLongWithDefaultAndCustomEditor()
                                              throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.