Interface ITest

    • Method Detail

      • fullPath

        String fullPath()

        The full file system path for the test.

        Getter method for the COM property "FullPath"

        Returns:
        Returns a value of type java.lang.String
      • type

        String type()

        The test type.

        Getter method for the COM property "Type"

        Returns:
        Returns a value of type java.lang.String
      • type

        void type​(String pVal)

        The test type.

        Setter method for the COM property "Type"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • name

        String name()

        The test name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(String pVal)

        The test name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • designStepFactory

        com4j.Com4jObject designStepFactory()

        The design steps factory for the current test.

        Getter method for the COM property "DesignStepFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • desStepsNum

        int desStepsNum()

        The number of design steps in the test.

        Getter method for the COM property "DesStepsNum"

        Returns:
        Returns a value of type int
      • coverRequirement

        int coverRequirement​(Object req,
                             int order,
                             boolean recursive)

        Adds the specified requirement to the list of requirements covered by this test.

        Parameters:
        req - Mandatory java.lang.Object parameter.
        order - Mandatory int parameter.
        recursive - Mandatory boolean parameter.
        Returns:
        Returns a value of type int
      • removeCoverage

        void removeCoverage​(Object req)

        Removes a requirement from the list of requirements this test covers.

        Parameters:
        req - Mandatory java.lang.Object parameter.
      • getCoverList

        IList getCoverList()

        Gets the list of all requirements covered by this test.

        Returns:
        Returns a value of type otaclient.IList
      • getCoverList

        Object getCoverList​(int index)
      • extendedStorage

        com4j.Com4jObject extendedStorage()

        The Extended Storage object for the current test.

        Getter method for the COM property "ExtendedStorage"

        Returns:
        Returns a value of type com4j.Com4jObject
      • execStatus

        String execStatus()

        The test execution status.

        Getter method for the COM property "ExecStatus"

        Returns:
        Returns a value of type java.lang.String
      • hasCoverage

        boolean hasCoverage()

        Checks if the test covers at least one requirement.

        Getter method for the COM property "HasCoverage"

        Returns:
        Returns a value of type boolean
      • lastRun

        com4j.Com4jObject lastRun()

        The last Run object for this test.

        Getter method for the COM property "LastRun"

        Returns:
        Returns a value of type com4j.Com4jObject
      • execDate

        Date execDate()

        The test execution date and time.

        Getter method for the COM property "ExecDate"

        Returns:
        Returns a value of type java.util.Date
      • templateTest

        boolean templateTest()

        Indicates if this test is a template test.

        Getter method for the COM property "TemplateTest"

        Returns:
        Returns a value of type boolean
      • templateTest

        void templateTest​(boolean pVal)

        Indicates if this test is a template test.

        Setter method for the COM property "TemplateTest"

        Parameters:
        pVal - Mandatory boolean parameter.
      • params

        com4j.Com4jObject params()

        Deprecated. Use TestParameterFactory of ISupportTestParameters. The current test parameters.

        Getter method for the COM property "Params"

        Returns:
        Returns a value of type com4j.Com4jObject
      • hasParam

        boolean hasParam()

        Checks if the test has at least one parameter.

        Getter method for the COM property "HasParam"

        Returns:
        Returns a value of type boolean
      • vcs

        com4j.Com4jObject vcs()

        The VCS version control object for this test.

        Getter method for the COM property "VCS"

        Returns:
        Returns a value of type com4j.Com4jObject
      • checkoutPathIfExist

        String checkoutPathIfExist()

        The checkout path for the test.

        Getter method for the COM property "CheckoutPathIfExist"

        Returns:
        Returns a value of type java.lang.String
      • ignoreDataHiding

        boolean ignoreDataHiding()

        For HP use. Indicates whether to ignore hidden user group data when retrieving tests from the server.

        Getter method for the COM property "IgnoreDataHiding"

        Returns:
        Returns a value of type boolean
      • ignoreDataHiding

        void ignoreDataHiding​(boolean pVal)

        For HP use. Indicates whether to ignore hidden user group data when retrieving tests from the server.

        Setter method for the COM property "IgnoreDataHiding"

        Parameters:
        pVal - Mandatory boolean parameter.
      • fullPathEx

        String fullPathEx​(int isOrgFullPath)

        For future use.

        Getter method for the COM property "FullPathEx"

        Parameters:
        isOrgFullPath - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.String