@Component @Scope(value="prototype") public class TestCaseImportanceManagerForRequirementDeletion extends Object
| Constructor and Description |
|---|
TestCaseImportanceManagerForRequirementDeletion() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeImportanceAfterRequirementDeletion()
Warning !!
|
void |
prepareRequirementDeletion(List<Long> requirementLibrarieNodesIds)
will find TestCases concerned by deleted requirements versions and store them in property along with the
concerned criticalities
|
public TestCaseImportanceManagerForRequirementDeletion()
public void prepareRequirementDeletion(List<Long> requirementLibrarieNodesIds)
will find TestCases concerned by deleted requirements versions and store them in property along with the concerned criticalities
requirementIds - public void changeImportanceAfterRequirementDeletion()
Warning !! this method is to be used from a
TestCaseImportanceManagerForRequirementDeletion that has been instantiated just before the
requirements deletion, and after the
prepareRequirementDeletion(List) method
will adapt the importance of the TestCases concerned by deleted requirements versions if their importanceAuto
property is 'true'.
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.