public interface IReq extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
int |
addCoverage(int testId,
int order)
Assigns a test to cover this requirement.
|
int |
addCoverageByFilter(int subjectID,
int order,
String testFilter)
Adds the tests from the specified subject that match the input filter to the list of tests that cover the current requirement.
|
int |
addCoverageEx(int subjectID,
int order)
Assigns all the tests in the specified subject folder to cover this current requirement.
|
String |
author()
The name of the requirement author.
|
void |
author(String pVal)
The name of the requirement author.
|
String |
comment()
The comment associated with this requirement.
|
void |
comment(String pVal)
The comment associated with this requirement.
|
int |
count()
The number of direct children.
|
IList |
getCoverList(boolean recursive)
Gets a list of the tests that cover this requirement.
|
IList |
getCoverListByFilter(String testFilter,
boolean recursive)
Gets the list of all tests that cover the current requirement and match the filter.
|
boolean |
hasCoverage()
The requirement is covered by at least one test.
|
boolean |
isFolder()
No longer in use.
|
void |
isFolder(boolean pVal)
No longer in use.
|
void |
move(int newFatherId,
int newOrder)
Moves a requirement to being a child of a specified father in the requirements tree.
|
String |
name()
The Requirement name as seen in the tree.
|
void |
name(String pVal)
The Requirement name as seen in the tree.
|
String |
paragraph()
The paragraph number or numeration of the requirement.
|
String |
path()
The path of the node containing this requirement.
|
String |
priority()
The requirement priority.
|
void |
priority(String pVal)
The requirement priority.
|
String |
product()
The product name for which the requirement is set.
|
void |
product(String pVal)
The product name for which the requirement is set.
|
void |
removeCoverage(Object vTest,
boolean recursive)
Removes a test from the list of tests that cover this requirement.
|
com4j.Com4jObject |
reqCoverageStatus()
For HP use.
|
com4j.Com4jObject |
reqSummaryStatus()
For HP use.
|
String |
reviewed()
The review status.
|
void |
reviewed(String pVal)
The review status.
|
String |
status()
The status of the tests that cover this requirement.
|
String |
type()
The name of the requirement type.
|
void |
type(String pVal)
The name of the requirement type.
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The Requirement name as seen in the tree.
Getter method for the COM property "Name"
void name(String pVal)
The Requirement name as seen in the tree.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String comment()
The comment associated with this requirement.
Getter method for the COM property "Comment"
void comment(String pVal)
The comment associated with this requirement.
Setter method for the COM property "Comment"
pVal
- Mandatory java.lang.String parameter.String product()
The product name for which the requirement is set.
Getter method for the COM property "Product"
void product(String pVal)
The product name for which the requirement is set.
Setter method for the COM property "Product"
pVal
- Mandatory java.lang.String parameter.String type()
The name of the requirement type.
Getter method for the COM property "Type"
void type(String pVal)
The name of the requirement type.
Setter method for the COM property "Type"
pVal
- Mandatory java.lang.String parameter.String author()
The name of the requirement author.
Getter method for the COM property "Author"
void author(String pVal)
The name of the requirement author.
Setter method for the COM property "Author"
pVal
- Mandatory java.lang.String parameter.int count()
The number of direct children.
Getter method for the COM property "Count"
String priority()
The requirement priority.
Getter method for the COM property "Priority"
void priority(String pVal)
The requirement priority.
Setter method for the COM property "Priority"
pVal
- Mandatory java.lang.String parameter.String status()
The status of the tests that cover this requirement.
Getter method for the COM property "Status"
String reviewed()
The review status.
Getter method for the COM property "Reviewed"
void reviewed(String pVal)
The review status.
Setter method for the COM property "Reviewed"
pVal
- Mandatory java.lang.String parameter.int addCoverage(int testId, int order)
Assigns a test to cover this requirement.
testId
- Mandatory int parameter.order
- Mandatory int parameter.int addCoverageEx(int subjectID, int order)
Assigns all the tests in the specified subject folder to cover this current requirement.
subjectID
- Mandatory int parameter.order
- Mandatory int parameter.void removeCoverage(Object vTest, @DefaultValue(value="0") boolean recursive)
Removes a test from the list of tests that cover this requirement.
vTest
- Mandatory java.lang.Object parameter.recursive
- Optional parameter. Default value is falseIList getCoverList(@DefaultValue(value="0") boolean recursive)
Gets a list of the tests that cover this requirement.
recursive
- Optional parameter. Default value is falseString paragraph()
The paragraph number or numeration of the requirement.
Getter method for the COM property "Paragraph"
String path()
The path of the node containing this requirement.
Getter method for the COM property "Path"
boolean hasCoverage()
The requirement is covered by at least one test.
Getter method for the COM property "HasCoverage"
void move(int newFatherId, int newOrder)
Moves a requirement to being a child of a specified father in the requirements tree.
newFatherId
- Mandatory int parameter.newOrder
- Mandatory int parameter.boolean isFolder()
No longer in use.
Getter method for the COM property "IsFolder"
void isFolder(boolean pVal)
No longer in use.
Setter method for the COM property "IsFolder"
pVal
- Mandatory boolean parameter.com4j.Com4jObject reqSummaryStatus()
For HP use. The ReqSummaryStatus object.
Getter method for the COM property "ReqSummaryStatus"
com4j.Com4jObject reqCoverageStatus()
For HP use. The requirement coverage.
Getter method for the COM property "ReqCoverageStatus"
int addCoverageByFilter(int subjectID, int order, String testFilter)
Adds the tests from the specified subject that match the input filter to the list of tests that cover the current requirement.
subjectID
- Mandatory int parameter.order
- Mandatory int parameter.testFilter
- Mandatory java.lang.String parameter.IList getCoverListByFilter(String testFilter, @DefaultValue(value="0") boolean recursive)
Gets the list of all tests that cover the current requirement and match the filter.
testFilter
- Mandatory java.lang.String parameter.recursive
- Optional parameter. Default value is falseCopyright © 2020. All rights reserved.