Class ReqIfTestCasesExportSettings

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReqIfTestCasesExportSettings
    extends TestCasesExportSettings
    The settings for the export of test cases to reqIF.
    Please make sure to save the TPT file after exporting the test cases via Project.exportTestCases(TestCasesExportSettings) to keep the UUIDs which were generated for TPT objects during this export.
    Author:
    Copyright (c) 2014-2024 PikeTec GmbH - MIT License (MIT) - All rights reserved
    See Also:
    Serialized Form
    • Constructor Detail

      • ReqIfTestCasesExportSettings

        public ReqIfTestCasesExportSettings​(java.lang.String exportFilePath)
        The constructor for the settings of the test cases export to reqIF.
        Please make sure to save the TPT file after exporting the test cases via Project.exportTestCases(TestCasesExportSettings) to keep the UUIDs which were generated for TPT objects during this export.
        Parameters:
        exportFilePath - The path to the target file for the export.
    • Method Detail

      • getExportFilePath

        public java.lang.String getExportFilePath()
        Returns:
        The path to the target file for the export.
      • setAttributeTypes

        public void setAttributeTypes​(java.util.List<ReqIfTestCasesExportSettings.ReqIFTypeForAttribute> attributeTypes)
        Parameters:
        attributeTypes - The list of assignments of textual TPT test case attributes to the reqIF text data types.
      • isExportGeneratedSpec

        public boolean isExportGeneratedSpec()
        Returns:
        Whether to export the "Generated Specification".
      • setExportGeneratedSpec

        public void setExportGeneratedSpec​(boolean exportGeneratedSpec)
        Parameters:
        exportGeneratedSpec - Whether to export the "Generated Specification".