Class ExcelFileTestCasesExportSettings

  • All Implemented Interfaces:
    java.io.Serializable

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

      • ExcelFileTestCasesExportSettings

        public ExcelFileTestCasesExportSettings​(java.lang.String exportFilePath)
        The contructor for the settings of the test cases export to an Excel file.
        Parameters:
        exportFilePath - The path of the target Excel file for the export.
    • Method Detail

      • getAnchor

        public java.lang.String getAnchor()
        Returns:
        The anchor (i.e., the upper-left most cell) within the sheet for the export.
      • setAnchor

        public void setAnchor​(java.lang.String anchor)
        Parameters:
        anchor - The anchor (i.e., the upper-left most cell) within the sheet for the export.
      • getSheet

        public java.lang.String getSheet()
        Returns:
        The target sheet of the Excel file for the export.
      • setSheet

        public void setSheet​(java.lang.String sheet)
        Parameters:
        sheet - The target sheet of the Excel file for the export.