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
@IntegrationTest public class CSVReaderTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CSVReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtest_excel_with_showcommands()voidtest_excel_without_showcommands()voidtest_oo_with_showcommands()voidtest_oo_without_showcommands()voidtestEmptyFields()voidtestFixedLength()Tests the FixedLengthCVSReader.voidtestMultiLines()voidtestMultipleTabsAsSeparator()Tests the usage of separators in several extreme cases like consecutively or at start or end of line.voidtestSkippingOfLines()voidtestUnquoted()voidtestUTF8BOM_CORE_4070()voidtestWithFile_exceltest1()voidtestWithFile_exceltest2()voidtestWithFile_ms_exceltest1()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
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
public void testWithFile_exceltest1() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWithFile_exceltest2
public void testWithFile_exceltest2() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWithFile_ms_exceltest1
public void testWithFile_ms_exceltest1() throws java.lang.Exception- Throws:
java.lang.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()
-
-