|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.springframework.batch.item.file.ResourceLineReaderTests
public class ResourceLineReaderTests
Constructor Summary | |
---|---|
ResourceLineReaderTests()
|
Method Summary | |
---|---|
void |
testBadResource()
|
void |
testCloseTwice()
|
void |
testCommentOnTheLastLine()
|
void |
testComments()
|
void |
testDefaultComments()
|
void |
testEncoding()
|
void |
testLineContent()
|
void |
testLineContentWhenLineContainsQuotedNewline()
|
void |
testLineCount()
|
void |
testLineEndings()
|
void |
testMarkAfterClose()
|
void |
testMarkOnFirstRead()
|
void |
testMarkReset()
|
void |
testNonDefaultRecordSeparatorPolicy()
|
void |
testRead()
|
void |
testResetNewReader()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceLineReaderTests()
Method Detail |
---|
public void testBadResource() throws Exception
Exception
public void testRead() throws Exception
Exception
public void testCloseTwice() throws Exception
Exception
public void testEncoding() throws Exception
Exception
public void testLineCount() throws Exception
Exception
public void testLineContent() throws Exception
Exception
public void testLineContentWhenLineContainsQuotedNewline() throws Exception
Exception
public void testLineEndings() throws Exception
Exception
public void testDefaultComments() throws Exception
Exception
public void testComments() throws Exception
Exception
public void testCommentOnTheLastLine() throws Exception
Exception
public void testResetNewReader() throws Exception
Exception
public void testMarkReset() throws Exception
Exception
public void testMarkOnFirstRead() throws Exception
Exception
public void testMarkAfterClose() throws Exception
Exception
public void testNonDefaultRecordSeparatorPolicy() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |