Class CSVReaderTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CSVReaderTest extends HybrisJUnit4TransactionalTest
  • 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

      public void testWithFile_exceltest1() throws Exception
      Throws:
      Exception
    • testWithFile_exceltest2

      public void testWithFile_exceltest2() throws Exception
      Throws:
      Exception
    • testWithFile_ms_exceltest1

      public void testWithFile_ms_exceltest1() throws Exception
      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()