Package de.hybris.platform.test
Class CSVReaderTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
de.hybris.platform.test.CSVReaderTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidTests the FixedLengthCVSReader.voidvoidTests the usage of separators in several extreme cases like consecutively or at start or end of line.voidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
CSVReaderTest
public CSVReaderTest()
-
-
Method Details
-
testMultiLines
public void testMultiLines() -
testUnquoted
public void testUnquoted() -
testMultipleTabsAsSeparator
public void testMultipleTabsAsSeparator()Tests the usage of separators in several extreme cases like consecutively or at start or end of line. As separatot the tab is used. -
testEmptyFields
public void testEmptyFields() -
testWithFile_exceltest1
- Throws:
Exception
-
testWithFile_exceltest2
- Throws:
Exception
-
testWithFile_ms_exceltest1
- Throws:
Exception
-
test_excel_with_showcommands
public void test_excel_with_showcommands() -
test_excel_without_showcommands
public void test_excel_without_showcommands() -
test_oo_with_showcommands
public void test_oo_with_showcommands() -
test_oo_without_showcommands
public void test_oo_without_showcommands() -
testUTF8BOM_CORE_4070
public void testUTF8BOM_CORE_4070() -
testFixedLength
public void testFixedLength()Tests the FixedLengthCVSReader. -
testSkippingOfLines
public void testSkippingOfLines()
-