org.springframework.batch.item.file.separator
Class SimpleRecordSeparatorPolicyTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicyTests

public class SimpleRecordSeparatorPolicyTests
extends TestCase


Constructor Summary
SimpleRecordSeparatorPolicyTests()
           
 
Method Summary
 void testEmptyLine()
           
 void testNormalLine()
           
 void testNullLine()
           
 void testPostProcess()
           
 void testPreProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRecordSeparatorPolicyTests

public SimpleRecordSeparatorPolicyTests()
Method Detail

testNormalLine

public void testNormalLine()
                    throws Exception
Throws:
Exception

testEmptyLine

public void testEmptyLine()
                   throws Exception
Throws:
Exception

testNullLine

public void testNullLine()
                  throws Exception
Throws:
Exception

testPostProcess

public void testPostProcess()
                     throws Exception
Throws:
Exception

testPreProcess

public void testPreProcess()
                    throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.