Interface ITSTest
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IObjectLockingSupport
 
 public interface ITSTest extends IBaseFieldEx Represents an instance of a Test in a test set.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringexecutionParams()The execution parameters for this test instance.voidexecutionParams(java.lang.String pVal)The execution parameters for this test instance.com4j.Com4jObjectexecutionSettings()The execution settings for this test instance.booleanhasSteps()Checks if the planning test specified by the Test property has design steps.java.lang.StringhostName()The name of the host planned to run this test instance.voidhostName(java.lang.String pVal)The name of the host planned to run this test instance.intinstance()The instance number of this test instance in the test set, within the other instances of the same test.com4j.Com4jObjectlastRun()The Run object of the last run.java.lang.Stringname()The name of this test instance.com4j.Com4jObjectparams()Deprecated.com4j.Com4jObjectrunFactory()The Run Factory for this test instance.java.lang.Stringstatus()The test instance's execution status.voidstatus(java.lang.String pVal)The test instance's execution status.com4j.Com4jObjecttest()The planning test of which this is an instance.java.lang.ObjecttestId()The ID of the planning test of which this is an instance.java.lang.StringtestName()The name of the planning test of which this is an instance.com4j.Com4jObjecttestSet()The test set to which the test instance belongs.java.lang.Stringtype()The test type.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
statusjava.lang.String status() The test instance's execution status. Getter method for the COM property "Status" - Returns:
- Returns a value of type java.lang.String
 
 - 
statusvoid status(java.lang.String pVal) The test instance's execution status. Setter method for the COM property "Status" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
runFactorycom4j.Com4jObject runFactory() The Run Factory for this test instance. Getter method for the COM property "RunFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
testcom4j.Com4jObject test() The planning test of which this is an instance. Getter method for the COM property "Test" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
hostNamejava.lang.String hostName() The name of the host planned to run this test instance. Getter method for the COM property "HostName" - Returns:
- Returns a value of type java.lang.String
 
 - 
hostNamevoid hostName(java.lang.String pVal) The name of the host planned to run this test instance. Setter method for the COM property "HostName" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
namejava.lang.String name() The name of this test instance. By convention, this is the test instance number and the test name. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
typejava.lang.String type() The test type. Getter method for the COM property "Type" - Returns:
- Returns a value of type java.lang.String
 
 - 
hasStepsboolean hasSteps() Checks if the planning test specified by the Test property has design steps. Getter method for the COM property "HasSteps" - Returns:
- Returns a value of type boolean
 
 - 
executionParamsjava.lang.String executionParams() The execution parameters for this test instance. Getter method for the COM property "ExecutionParams" - Returns:
- Returns a value of type java.lang.String
 
 - 
executionParamsvoid executionParams(java.lang.String pVal) The execution parameters for this test instance. Setter method for the COM property "ExecutionParams" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
lastRuncom4j.Com4jObject lastRun() The Run object of the last run. Getter method for the COM property "LastRun" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
paramscom4j.Com4jObject params() Deprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters for this execution test. Getter method for the COM property "Params" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
executionSettingscom4j.Com4jObject executionSettings() The execution settings for this test instance. Getter method for the COM property "ExecutionSettings" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
testIdjava.lang.Object testId() The ID of the planning test of which this is an instance. Getter method for the COM property "TestId" - Returns:
- Returns a value of type java.lang.Object
 
 - 
instanceint instance() The instance number of this test instance in the test set, within the other instances of the same test. Getter method for the COM property "Instance" - Returns:
- Returns a value of type int
 
 - 
testNamejava.lang.String testName() The name of the planning test of which this is an instance. Getter method for the COM property "TestName" - Returns:
- Returns a value of type java.lang.String
 
 - 
testSetcom4j.Com4jObject testSet() The test set to which the test instance belongs. Getter method for the COM property "TestSet" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-