Class ImpExExportTest

    • Constructor Detail

      • ImpExExportTest

        public ImpExExportTest()
    • Method Detail

      • testExportWithColumnOffset

        public void testExportWithColumnOffset()
        Scenario: execution of an script based export mode: strict input: script.
      • testSearchResultExport

        public void testSearchResultExport()
        Scenario: execution of an item collection mode: strict input: headerlibrary, item collection.
      • testAlternativePatterns

        public void testAlternativePatterns()
        Tests the alternative pattern syntax of header for export. Exports a Link using the ImpExCSVExportWriter, reads the exported string with a CSVReader and compares it.
      • testSimpleExport

        public void testSimpleExport()
        Tests a simple export of items. Creates units, exports them using the ImpExExportWriter and compares the resulting text with expected text.
      • testExportWithDocumentID

        public void testExportWithDocumentID()
        Tests the document ID column descriptor while import.
      • testSingletonExport

        public void testSingletonExport()
        Tests the document ID column descriptor while import.
      • testLocalizedCollectionModification

        public void testLocalizedCollectionModification()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSingleFileExport

        public void testSingleFileExport()
        Tests the "single file" export mode.
      • testSingleFileExportWithColumnOffset

        public void testSingleFileExportWithColumnOffset()