Class CsvFileTestCasesImportSettings

  • All Implemented Interfaces:
    java.io.Serializable

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

      • CsvFileTestCasesImportSettings

        public CsvFileTestCasesImportSettings​(java.lang.String importFilePath)
        The constructor for the settings of the requirements import of test cases from a CSV file.
        Parameters:
        importFilePath - The path of the source CSV file for the import.
    • 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.