|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
net.sf.jsefa.test.csv.EndOfLineTest
public class EndOfLineTest
Tests to test the CSV deserialization with respect to correct handling at the end of a line.
Constructor Summary | |
---|---|
EndOfLineTest()
|
Method Summary | |
---|---|
void |
testOneLineEmptyLastFieldWithDelimiter()
Test one line with mode "delimiter after last field" for the case the last field is empty. |
void |
testOneLineEmptyLastFieldWithoutDelimiter()
Test one line with mode "no delimiter after last field" for the case the last field is empty. |
void |
testOneLineNoEmptyLastFieldWithDelimiter()
Test one line with mode "delimiter after last field" for the case the last field is not empty. |
void |
testOneLineNoEmptyLastFieldWithoutDelimiter()
Test one line with mode "no delimiter after last field" for the case the last field is not empty. |
void |
testTwoLinesEmptyLastFieldWithDelimiter()
Test two lines with mode "delimiter after last field" for the case the last field is empty. |
void |
testTwoLinesEmptyLastFieldWithoutDelimiter()
Test two lines with mode "no delimiter after last field" for the case the last field is empty. |
void |
testTwoLinesNoEmptyLastFieldWithDelimiter()
Test two lines with mode "delimiter after last field" for the case the last field is not empty. |
void |
testTwoLinesNoEmptyLastFieldWithoutDelimiter()
Test two lines with mode "no delimiter after last field" for the case the last field is not empty. |
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, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EndOfLineTest()
Method Detail |
---|
public void testOneLineNoEmptyLastFieldWithoutDelimiter()
public void testTwoLinesNoEmptyLastFieldWithoutDelimiter()
public void testOneLineEmptyLastFieldWithoutDelimiter()
public void testTwoLinesEmptyLastFieldWithoutDelimiter()
public void testOneLineNoEmptyLastFieldWithDelimiter()
public void testTwoLinesNoEmptyLastFieldWithDelimiter()
public void testOneLineEmptyLastFieldWithDelimiter()
public void testTwoLinesEmptyLastFieldWithDelimiter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |