public interface ITest extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
String |
checkoutPathIfExist()
The checkout path for the test.
|
int |
coverRequirement(Object req,
int order,
boolean recursive)
Adds the specified requirement to the list of requirements covered by this test.
|
com4j.Com4jObject |
designStepFactory()
The design steps factory for the current test.
|
int |
desStepsNum()
The number of design steps in the test.
|
Date |
execDate()
The test execution date and time.
|
String |
execStatus()
The test execution status.
|
com4j.Com4jObject |
extendedStorage()
The Extended Storage object for the current test.
|
String |
fullPath()
The full file system path for the test.
|
String |
fullPathEx(int isOrgFullPath)
For future use.
|
IList |
getCoverList()
Gets the list of all requirements covered by this test.
|
Object |
getCoverList(int index) |
boolean |
hasCoverage()
Checks if the test covers at least one requirement.
|
boolean |
hasParam()
Checks if the test has at least one parameter.
|
boolean |
ignoreDataHiding()
For HP use.
|
void |
ignoreDataHiding(boolean pVal)
For HP use.
|
com4j.Com4jObject |
lastRun()
The last Run object for this test.
|
String |
name()
The test name.
|
void |
name(String pVal)
The test name.
|
com4j.Com4jObject |
params()
Deprecated.
|
void |
removeCoverage(Object req)
Removes a requirement from the list of requirements this test covers.
|
boolean |
templateTest()
Indicates if this test is a template test.
|
void |
templateTest(boolean pVal)
Indicates if this test is a template test.
|
String |
type()
The test type.
|
void |
type(String pVal)
The test type.
|
com4j.Com4jObject |
vcs()
The VCS version control object for this test.
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String fullPath()
The full file system path for the test.
Getter method for the COM property "FullPath"
String type()
The test type.
Getter method for the COM property "Type"
void type(String pVal)
The test type.
Setter method for the COM property "Type"
pVal
- Mandatory java.lang.String parameter.String name()
The test name.
Getter method for the COM property "Name"
void name(String pVal)
The test name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject designStepFactory()
The design steps factory for the current test.
Getter method for the COM property "DesignStepFactory"
int desStepsNum()
The number of design steps in the test.
Getter method for the COM property "DesStepsNum"
int coverRequirement(Object req, int order, boolean recursive)
Adds the specified requirement to the list of requirements covered by this test.
req
- Mandatory java.lang.Object parameter.order
- Mandatory int parameter.recursive
- Mandatory boolean parameter.void removeCoverage(Object req)
Removes a requirement from the list of requirements this test covers.
req
- Mandatory java.lang.Object parameter.IList getCoverList()
Gets the list of all requirements covered by this test.
Object getCoverList(int index)
com4j.Com4jObject extendedStorage()
The Extended Storage object for the current test.
Getter method for the COM property "ExtendedStorage"
String execStatus()
The test execution status.
Getter method for the COM property "ExecStatus"
boolean hasCoverage()
Checks if the test covers at least one requirement.
Getter method for the COM property "HasCoverage"
com4j.Com4jObject lastRun()
The last Run object for this test.
Getter method for the COM property "LastRun"
Date execDate()
The test execution date and time.
Getter method for the COM property "ExecDate"
boolean templateTest()
Indicates if this test is a template test.
Getter method for the COM property "TemplateTest"
void templateTest(boolean pVal)
Indicates if this test is a template test.
Setter method for the COM property "TemplateTest"
pVal
- Mandatory boolean parameter.com4j.Com4jObject params()
Deprecated. Use TestParameterFactory of ISupportTestParameters. The current test parameters.
Getter method for the COM property "Params"
boolean hasParam()
Checks if the test has at least one parameter.
Getter method for the COM property "HasParam"
com4j.Com4jObject vcs()
The VCS version control object for this test.
Getter method for the COM property "VCS"
String checkoutPathIfExist()
The checkout path for the test.
Getter method for the COM property "CheckoutPathIfExist"
boolean ignoreDataHiding()
For HP use. Indicates whether to ignore hidden user group data when retrieving tests from the server.
Getter method for the COM property "IgnoreDataHiding"
void ignoreDataHiding(boolean pVal)
For HP use. Indicates whether to ignore hidden user group data when retrieving tests from the server.
Setter method for the COM property "IgnoreDataHiding"
pVal
- Mandatory boolean parameter.String fullPathEx(int isOrgFullPath)
For future use.
Getter method for the COM property "FullPathEx"
isOrgFullPath
- Mandatory int parameter.Copyright © 2020. All rights reserved.