org.springframework.batch.item.file.transform
Class LineAggregatorItemTransformerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.file.transform.LineAggregatorItemTransformerTests

public class LineAggregatorItemTransformerTests
extends TestCase

Author:
Dave Syer

Constructor Summary
LineAggregatorItemTransformerTests()
           
 
Method Summary
 void testSetAggregator()
          Test method for LineAggregatorItemTransformer.setAggregator(org.springframework.batch.item.file.transform.LineAggregator).
 void testTransform()
          Test method for LineAggregatorItemTransformer.transform(java.lang.Object).
 void testTransformWrongType()
          Test method for LineAggregatorItemTransformer.transform(java.lang.Object).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineAggregatorItemTransformerTests

public LineAggregatorItemTransformerTests()
Method Detail

testSetAggregator

public void testSetAggregator()
                       throws Exception
Test method for LineAggregatorItemTransformer.setAggregator(org.springframework.batch.item.file.transform.LineAggregator).

Throws:
Exception

testTransform

public void testTransform()
                   throws Exception
Test method for LineAggregatorItemTransformer.transform(java.lang.Object).

Throws:
Exception

testTransformWrongType

public void testTransformWrongType()
                            throws Exception
Test method for LineAggregatorItemTransformer.transform(java.lang.Object).

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.