Interface ITestExecStatus

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ITestExecStatus
    extends com4j.Com4jObject
    Represents the execution status of the test currently running.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String message()
      The test execution message displayed in the Execution Controller grid.
      java.lang.String status()
      The test execution status.
      int testId()
      The test Id.
      int testInstance()
      The number of this instance of the design test in the test set.
      java.lang.Object tsTestId()
      The ID of the test instance for the current run.
      • Methods inherited from interface com4j.Com4jObject

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

      • testId

        int testId()

        The test Id.

        Getter method for the COM property "TestId"

        Returns:
        Returns a value of type int
      • message

        java.lang.String message()

        The test execution message displayed in the Execution Controller grid.

        Getter method for the COM property "Message"

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

        java.lang.String status()

        The test execution status.

        Getter method for the COM property "Status"

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

        java.lang.Object tsTestId()

        The ID of the test instance for the current run.

        Getter method for the COM property "TSTestId"

        Returns:
        Returns a value of type java.lang.Object
      • testInstance

        int testInstance()

        The number of this instance of the design test in the test set.

        Getter method for the COM property "TestInstance"

        Returns:
        Returns a value of type int