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

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

public class PassThroughFieldSetMapperTests
extends TestCase

Author:
Dave Syer

Constructor Summary
PassThroughFieldSetMapperTests()
           
 
Method Summary
 void testMapLine()
          Test method for PassThroughFieldSetMapper.mapLine(org.springframework.batch.item.file.mapping.FieldSet).
 void testUnmapItemAsFieldSet()
          Test method for PassThroughFieldSetMapper.mapItem(java.lang.Object).
 void testUnmapItemAsNonString()
          Test method for PassThroughFieldSetMapper.mapItem(java.lang.Object).
 void testUnmapItemAsString()
          Test method for PassThroughFieldSetMapper.mapItem(java.lang.Object).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassThroughFieldSetMapperTests

public PassThroughFieldSetMapperTests()
Method Detail

testMapLine

public void testMapLine()
Test method for PassThroughFieldSetMapper.mapLine(org.springframework.batch.item.file.mapping.FieldSet).


testUnmapItemAsFieldSet

public void testUnmapItemAsFieldSet()
Test method for PassThroughFieldSetMapper.mapItem(java.lang.Object).


testUnmapItemAsString

public void testUnmapItemAsString()
Test method for PassThroughFieldSetMapper.mapItem(java.lang.Object).


testUnmapItemAsNonString

public void testUnmapItemAsNonString()
Test method for PassThroughFieldSetMapper.mapItem(java.lang.Object).



Copyright © 2008 SpringSource. All Rights Reserved.