public interface ISupportTestParameters
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
boolean |
isTestClass()
This property returns true if the entity is a test class.
|
void |
isTestClass(boolean pVal)
This property returns true if the entity is a test class.
|
boolean |
isTestParametersSupported()
This property returns true if entity supports test parameters.
|
ITestParameterFactory |
testParameterFactory()
The Parameter factory that manages the parameters of the current object.
|
ITestParameterFactory testParameterFactory()
The Parameter factory that manages the parameters of the current object.
Getter method for the COM property "TestParameterFactory"
boolean isTestParametersSupported()
This property returns true if entity supports test parameters.
boolean isTestClass()
This property returns true if the entity is a test class.
Getter method for the COM property "IsTestClass"
void isTestClass(boolean pVal)
This property returns true if the entity is a test class.
Setter method for the COM property "IsTestClass"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.