public class EndOfLineTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
EndOfLineTest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, 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, formatpublic void testOneLineNoEmptyLastFieldWithoutDelimiter()
public void testTwoLinesNoEmptyLastFieldWithoutDelimiter()
public void testOneLineEmptyLastFieldWithoutDelimiter()
public void testTwoLinesEmptyLastFieldWithoutDelimiter()
public void testOneLineNoEmptyLastFieldWithDelimiter()
public void testTwoLinesNoEmptyLastFieldWithDelimiter()
public void testOneLineEmptyLastFieldWithDelimiter()
public void testTwoLinesEmptyLastFieldWithDelimiter()
Copyright © 2014. All rights reserved.