Interface ICustomizationReqType

    • Method Detail

      • hasDirectCoverage

        boolean hasDirectCoverage()

        Indicates if this requirement type supports direct coverage by tests or test instances.

        Getter method for the COM property "HasDirectCoverage"

        Returns:
        Returns a value of type boolean
      • hasDirectCoverage

        void hasDirectCoverage​(boolean pVal)

        Indicates if this requirement type supports direct coverage by tests or test instances.

        Setter method for the COM property "HasDirectCoverage"

        Parameters:
        pVal - Mandatory boolean parameter.
      • riskAnalysisType

        int riskAnalysisType()

        The Type of the Risk Analysis that is applicable to this requirement.

        Getter method for the COM property "RiskAnalysisType"

        Returns:
        Returns a value of type int
      • riskAnalysisType

        void riskAnalysisType​(int pVal)

        The Type of the Risk Analysis that is applicable to this requirement.

        Setter method for the COM property "RiskAnalysisType"

        Parameters:
        pVal - Mandatory int parameter.