Interface ISupportTestParameters
-
- All Superinterfaces:
com4j.Com4jObject
public interface ISupportTestParameters extends com4j.Com4jObject
Provides services for entities that support parametererisation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTestClass()
TDM Obsolete.void
isTestClass(boolean pVal)
TDM Obsolete.boolean
isTestParametersSupported()
For HP use.ITestParameterFactory
testParameterFactory()
The Parameter factory that manages the parameters of the current object.
-
-
-
Method Detail
-
testParameterFactory
ITestParameterFactory testParameterFactory()
The Parameter factory that manages the parameters of the current object.
Getter method for the COM property "TestParameterFactory"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.ITestParameterFactory
-
isTestParametersSupported
boolean isTestParametersSupported()
For HP use. This property returns true if entity supports test parameters.
- Returns:
- Returns a value of type boolean
-
isTestClass
boolean isTestClass()
TDM Obsolete. Do not invoke.
Getter method for the COM property "IsTestClass"
- Returns:
- Returns a value of type boolean
-
isTestClass
void isTestClass(boolean pVal)
TDM Obsolete. Do not invoke.
Setter method for the COM property "IsTestClass"
- Parameters:
pVal
- Mandatory boolean parameter.
-
-