Class TestExecutionInfo

java.lang.Object
com.jacob.com.JacobObject
com.jacob.com.Dispatch
de.tracetronic.jenkins.plugins.ecutest.wrapper.com.ETComDispatch
de.tracetronic.jenkins.plugins.ecutest.wrapper.com.TestExecutionInfo
All Implemented Interfaces:
ComTestExecutionInfo, AutoCloseable

public class TestExecutionInfo extends ETComDispatch implements ComTestExecutionInfo
COM object providing operations to obtain informations of the currently running test.
  • Constructor Details

    • TestExecutionInfo

      public TestExecutionInfo(com.jacob.com.Dispatch dispatch, boolean useTimeout)
      Instantiates a new TestExecutionInfo.

      This constructor is used instead of a case operation to turn a Dispatch object into a wider object - it must exist in every wrapper class whose instances may be returned from method calls wrapped in VT_DISPATCH Variants.

      Parameters:
      dispatch - the dispatch
      useTimeout - specifies whether to apply timeout
  • Method Details