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

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

public class DefaultRecordSeparatorPolicyTests
extends TestCase


Constructor Summary
DefaultRecordSeparatorPolicyTests()
           
 
Method Summary
 void testContinuationMarkerNotEnd()
           
 void testContinuationMarkerRemoved()
           
 void testEmptyLine()
           
 void testNormalLine()
           
 void testNotDefaultContinuationMarkerNotEnd()
           
 void testNullLine()
           
 void testPostProcess()
           
 void testPreProcessWithNotDefaultQuote()
           
 void testPreProcessWithoutQuote()
           
 void testPreProcessWithQuote()
           
 void testQuoteUnterminatedLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRecordSeparatorPolicyTests

public DefaultRecordSeparatorPolicyTests()
Method Detail

testNormalLine

public void testNormalLine()
                    throws Exception
Throws:
Exception

testQuoteUnterminatedLine

public void testQuoteUnterminatedLine()
                               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

testPreProcessWithQuote

public void testPreProcessWithQuote()
                             throws Exception
Throws:
Exception

testPreProcessWithNotDefaultQuote

public void testPreProcessWithNotDefaultQuote()
                                       throws Exception
Throws:
Exception

testPreProcessWithoutQuote

public void testPreProcessWithoutQuote()
                                throws Exception
Throws:
Exception

testContinuationMarkerNotEnd

public void testContinuationMarkerNotEnd()
                                  throws Exception
Throws:
Exception

testNotDefaultContinuationMarkerNotEnd

public void testNotDefaultContinuationMarkerNotEnd()
                                            throws Exception
Throws:
Exception

testContinuationMarkerRemoved

public void testContinuationMarkerRemoved()
                                   throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.