org.springframework.batch.item.file.transform
Class DelimitedLineTokenizerTests
java.lang.Object
TestCase
org.springframework.batch.item.file.transform.DelimitedLineTokenizerTests
public class DelimitedLineTokenizerTests
- extends TestCase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedLineTokenizerTests
public DelimitedLineTokenizerTests()
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.