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

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

public class DelimitedLineTokenizerTests
extends TestCase


Constructor Summary
DelimitedLineTokenizerTests()
           
 
Method Summary
 void testDelimitedLineTokenizer()
           
 void testDelimitedLineTokenizerChar()
           
 void testEmptyLine()
           
 void testInvalidConstructorArgument()
           
 void testMultiLineField()
           
 void testMultiLineFieldWithQuotes()
           
 void testNames()
           
 void testNullLine()
           
 void testTokenizeRegularUse()
           
 void testTokenizeWithDelimiterAtEnd()
           
 void testTokenizeWithEscapedQuotes()
           
 void testTokenizeWithNotDefaultQuotes()
           
 void testTokenizeWithQuoteAndSpaceAtEnd()
           
 void testTokenizeWithQuoteAndSpaceBeforeDelimiter()
           
 void testTokenizeWithQuotes()
           
 void testTokenizeWithQuotesEmptyValue()
           
 void testTokenizeWithSpaceAtEnd()
           
 void testTokenizeWithUnclosedQuotes()
           
 void testTooFewNames()
           
 void testTooManyNames()
           
 void testWhitespaceLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimitedLineTokenizerTests

public DelimitedLineTokenizerTests()
Method Detail

testTokenizeRegularUse

public void testTokenizeRegularUse()

testInvalidConstructorArgument

public void testInvalidConstructorArgument()

testDelimitedLineTokenizer

public void testDelimitedLineTokenizer()

testNames

public void testNames()

testTooFewNames

public void testTooFewNames()

testTooManyNames

public void testTooManyNames()

testDelimitedLineTokenizerChar

public void testDelimitedLineTokenizerChar()

testTokenizeWithQuotes

public void testTokenizeWithQuotes()

testTokenizeWithNotDefaultQuotes

public void testTokenizeWithNotDefaultQuotes()

testTokenizeWithEscapedQuotes

public void testTokenizeWithEscapedQuotes()

testTokenizeWithUnclosedQuotes

public void testTokenizeWithUnclosedQuotes()

testTokenizeWithSpaceAtEnd

public void testTokenizeWithSpaceAtEnd()

testTokenizeWithQuoteAndSpaceAtEnd

public void testTokenizeWithQuoteAndSpaceAtEnd()

testTokenizeWithQuoteAndSpaceBeforeDelimiter

public void testTokenizeWithQuoteAndSpaceBeforeDelimiter()

testTokenizeWithDelimiterAtEnd

public void testTokenizeWithDelimiterAtEnd()

testEmptyLine

public void testEmptyLine()
                   throws Exception
Throws:
Exception

testWhitespaceLine

public void testWhitespaceLine()
                        throws Exception
Throws:
Exception

testNullLine

public void testNullLine()
                  throws Exception
Throws:
Exception

testMultiLineField

public void testMultiLineField()
                        throws Exception
Throws:
Exception

testMultiLineFieldWithQuotes

public void testMultiLineFieldWithQuotes()
                                  throws Exception
Throws:
Exception

testTokenizeWithQuotesEmptyValue

public void testTokenizeWithQuotesEmptyValue()


Copyright © 2008 SpringSource. All Rights Reserved.