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

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

public class SuffixRecordSeparatorPolicyTests
extends TestCase


Constructor Summary
SuffixRecordSeparatorPolicyTests()
           
 
Method Summary
 void testEmptyLine()
           
 void testNormalLine()
           
 void testNormalLineWithDefaultSuffix()
           
 void testNormalLineWithDefaultSuffixAndWhitespace()
           
 void testNormalLineWithDefaultSuffixWithIgnoreWhitespace()
           
 void testNormalLineWithNonDefaultSuffix()
           
 void testNullLineIsEndOfRecord()
           
 void testPostProcessNullLine()
           
 void testPostProcessSunnyDay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuffixRecordSeparatorPolicyTests

public SuffixRecordSeparatorPolicyTests()
Method Detail

testNormalLine

public void testNormalLine()
                    throws Exception
Throws:
Exception

testNormalLineWithDefaultSuffix

public void testNormalLineWithDefaultSuffix()
                                     throws Exception
Throws:
Exception

testNormalLineWithNonDefaultSuffix

public void testNormalLineWithNonDefaultSuffix()
                                        throws Exception
Throws:
Exception

testNormalLineWithDefaultSuffixAndWhitespace

public void testNormalLineWithDefaultSuffixAndWhitespace()
                                                  throws Exception
Throws:
Exception

testNormalLineWithDefaultSuffixWithIgnoreWhitespace

public void testNormalLineWithDefaultSuffixWithIgnoreWhitespace()
                                                         throws Exception
Throws:
Exception

testEmptyLine

public void testEmptyLine()
                   throws Exception
Throws:
Exception

testNullLineIsEndOfRecord

public void testNullLineIsEndOfRecord()
                               throws Exception
Throws:
Exception

testPostProcessSunnyDay

public void testPostProcessSunnyDay()
                             throws Exception
Throws:
Exception

testPostProcessNullLine

public void testPostProcessNullLine()
                             throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.