Class CsvFileTestCasesExportSettings

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsvFileTestCasesExportSettings
    extends TabularTestCasesExportSettings
    The settings for the requirements export of test cases to a CSV file.
    Author:
    Copyright (c) 2014-2024 PikeTec GmbH - MIT License (MIT) - All rights reserved
    See Also:
    Serialized Form
    • Constructor Detail

      • CsvFileTestCasesExportSettings

        public CsvFileTestCasesExportSettings​(java.lang.String exportFilePath)
        The constructor for the settings of the requirements export of test cases to a CVS file.
        Parameters:
        exportFilePath - The path of the target CSV file for the export.
    • Method Detail

      • getDelimiter

        public char getDelimiter()
        Returns:
        The delimiter between cells.
      • setDelimiter

        public void setDelimiter​(char delimiter)
        Parameters:
        delimiter - The delimiter between cells.
      • getQuoting

        public char getQuoting()
        Returns:
        The quoting around a cell.
      • setQuoting

        public void setQuoting​(char quoting)
        Parameters:
        quoting - The quoting around a cell.
      • getEncoding

        public java.lang.String getEncoding()
        Returns:
        The encoding of the file.
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
        Parameters:
        encoding - The encoding of the file.