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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
executionParams()
The execution parameters for this test instance.void
executionParams(java.lang.String pVal)
The execution parameters for this test instance.com4j.Com4jObject
executionSettings()
The execution settings for this test instance.boolean
hasSteps()
Checks if the planning test specified by the Test property has design steps.java.lang.String
hostName()
The name of the host planned to run this test instance.void
hostName(java.lang.String pVal)
The name of the host planned to run this test instance.int
instance()
The instance number of this test instance in the test set, within the other instances of the same test.com4j.Com4jObject
lastRun()
The Run object of the last run.java.lang.String
name()
The name of this test instance.com4j.Com4jObject
params()
Deprecated.com4j.Com4jObject
runFactory()
The Run Factory for this test instance.java.lang.String
status()
The test instance's execution status.void
status(java.lang.String pVal)
The test instance's execution status.com4j.Com4jObject
test()
The planning test of which this is an instance.java.lang.Object
testId()
The ID of the planning test of which this is an instance.java.lang.String
testName()
The name of the planning test of which this is an instance.com4j.Com4jObject
testSet()
The test set to which the test instance belongs.java.lang.String
type()
The test type.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
status
java.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
-
status
void 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.
-
runFactory
com4j.Com4jObject runFactory()
The Run Factory for this test instance.
Getter method for the COM property "RunFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
test
com4j.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
-
hostName
java.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
-
hostName
void 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.
-
name
java.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
-
type
java.lang.String type()
The test type.
Getter method for the COM property "Type"
- Returns:
- Returns a value of type java.lang.String
-
hasSteps
boolean 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
-
executionParams
java.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
-
executionParams
void 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.
-
lastRun
com4j.Com4jObject lastRun()
The Run object of the last run.
Getter method for the COM property "LastRun"
- Returns:
- Returns a value of type com4j.Com4jObject
-
params
com4j.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
-
executionSettings
com4j.Com4jObject executionSettings()
The execution settings for this test instance.
Getter method for the COM property "ExecutionSettings"
- Returns:
- Returns a value of type com4j.Com4jObject
-
testId
java.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
-
instance
int 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
-
testName
java.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
-
testSet
com4j.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
-
-