Class CSVReaderTest

    • Constructor Detail

      • CSVReaderTest

        public CSVReaderTest()
    • 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()