public class QuoteModeTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
QuoteModeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDefault()
Test with the default mode (initially set to "on demand") for the case the quotes are needed.
|
void |
testOnDemandNeeded()
Test with mode "on demand" for the case the quotes are needed.
|
void |
testOnDemandNeededStartingWithQuoteChar()
Test with mode "on demand" for the case the quotes are needed and the field starts with a quote char.
|
void |
testOnDemandNotNeeded()
Test with mode "on demand" for the case the quotes are not needed.
|
void |
testQuoteAlways()
Test with mode "always" for the case the quotes are needed.
|
void |
testQuoteAlwaysButNotNeeded()
Test with mode "always" for the case the quotes are not needed.
|
void |
testQuoteAlwaysWithMultipleLineBreaks()
Test with mode "always" and multiple line breaks within one field.
|
void |
testQuoteDefaultAsAlways()
Test with mode "default" where the default is set to "always" via the configuration.
|
void |
testQuoteNeverWithMultipleLineBreaks()
Test with mode "never" and multiple line breaks within one field.
|
void |
testQuoteNeverWithSpecialRecordDelimiter()
Test with mode "never" and a special record delimiter.
|
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 testDefault()
public void testQuoteAlways()
public void testQuoteAlwaysButNotNeeded()
public void testOnDemandNeeded()
public void testOnDemandNeededStartingWithQuoteChar()
public void testOnDemandNotNeeded()
public void testQuoteDefaultAsAlways()
public void testQuoteAlwaysWithMultipleLineBreaks()
public void testQuoteNeverWithMultipleLineBreaks()
public void testQuoteNeverWithSpecialRecordDelimiter()
Copyright © 2014. All rights reserved.