@IntegrationTest public class CSVWriterTest extends HybrisJUnit4TransactionalTest
defaultLanguage, jaloSession| Constructor and Description |
|---|
CSVWriterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
encoding_normal(String encoding,
List original,
List should_be) |
void |
encoding_withComment(String encoding,
List original,
List should_be) |
void |
encoding_withStrangeCSVchars(String encoding,
List original,
List should_be,
char comment,
char fieldseparator,
char textseparator) |
void |
testDefaultValues() |
void |
testEncodingNormal() |
void |
testEncodingWithComments() |
void |
testEncodingWithSpecialChars() |
void |
testEscaping()
Tests writing of lines with containing escape characters.
|
finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivatedpublic void testEncodingWithSpecialChars()
throws Exception
Exceptionpublic void encoding_withStrangeCSVchars(String encoding, List original, List should_be, char comment, char fieldseparator, char textseparator) throws Exception
Exceptionpublic void encoding_withComment(String encoding, List original, List should_be) throws Exception
Exceptionpublic void encoding_normal(String encoding, List original, List should_be) throws Exception
Exceptionpublic void testEscaping()
Copyright © 2017 SAP SE. All Rights Reserved.