Interface ITest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String checkoutPathIfExist()
      The checkout path for the test.
      int coverRequirement​(java.lang.Object req, int order, boolean recursive)
      Adds the specified requirement to the list of requirements covered by this test.
      com4j.Com4jObject designStepFactory()
      The design steps factory for the current test.
      int desStepsNum()
      The number of design steps in the test.
      java.util.Date execDate()
      The test execution date and time.
      java.lang.String execStatus()
      The test execution status.
      com4j.Com4jObject extendedStorage()
      The Extended Storage object for the current test.
      java.lang.String fullPath()
      The full file system path for the test.
      java.lang.String fullPathEx​(int isOrgFullPath)
      For HP future use.
      IList getCoverList()
      Gets the list of all requirements covered by this test.
      java.lang.Object getCoverList​(int index)  
      boolean hasCoverage()
      Checks if the test covers at least one requirement.
      boolean hasParam()
      Checks if the test has at least one parameter.
      boolean ignoreDataHiding()
      For HP use.
      void ignoreDataHiding​(boolean pVal)
      For HP use.
      com4j.Com4jObject lastRun()
      The last Run object for this test.
      java.lang.String name()
      The test name.
      void name​(java.lang.String pVal)
      The test name.
      com4j.Com4jObject params()
      Deprecated.
      void removeCoverage​(java.lang.Object req)
      Removes a requirement from the list of requirements this test covers.
      boolean templateTest()
      Indicates if this test is a template test.
      void templateTest​(boolean pVal)
      Indicates if this test is a template test.
      java.lang.String type()
      The test type.
      void type​(java.lang.String pVal)
      The test type.
      com4j.Com4jObject vcs()
      The VCS version control object for this test.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • fullPath

        java.lang.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

        java.lang.String type()

        The test type.

        Getter method for the COM property "Type"

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

        void type​(java.lang.String pVal)

        The test type.

        Setter method for the COM property "Type"

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

        java.lang.String name()

        The test name.

        Getter method for the COM property "Name"

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

        void name​(java.lang.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​(java.lang.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​(java.lang.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 step.repository.alm.v16.otaclient.IList
      • getCoverList

        java.lang.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

        java.lang.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

        java.util.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

        java.lang.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

        java.lang.String fullPathEx​(int isOrgFullPath)

        For HP future use.

        Getter method for the COM property "FullPathEx"

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