|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseImportance | |
|---|---|
| org.squashtest.csp.tm.domain.testcase | |
| org.squashtest.csp.tm.internal.service | |
| org.squashtest.csp.tm.service | |
| Uses of TestCaseImportance in org.squashtest.csp.tm.domain.testcase |
|---|
| Methods in org.squashtest.csp.tm.domain.testcase that return TestCaseImportance | |
|---|---|
TestCaseImportance |
TestCaseImportance.deduceNewImporanceWhenAddCriticality(RequirementCriticality newCriticality)
will deduce the new TestCase importance when a new RequirementCriticality has been added to the associated RequirementCriticality list of the TestCase. |
static TestCaseImportance |
TestCaseImportance.deduceTestCaseImportance(List<RequirementCriticality> rCriticalities)
|
static TestCaseImportance |
TestCaseImportance.defaultValue()
|
TestCaseImportance |
TestCase.getImportance()
|
static TestCaseImportance |
TestCaseImportance.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TestCaseImportance[] |
TestCaseImportance.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.squashtest.csp.tm.domain.testcase that return types with arguments of type TestCaseImportance | |
|---|---|
List<TestCaseImportance> |
TestCaseSearchCriteria.getImportanceFilterSet()
gives the importances of the test cases we want to match. |
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type TestCaseImportance | |
|---|---|
void |
TestCase.setImportance(TestCaseImportance weight)
|
| Uses of TestCaseImportance in org.squashtest.csp.tm.internal.service |
|---|
| Methods in org.squashtest.csp.tm.internal.service with parameters of type TestCaseImportance | |
|---|---|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfRelationRemoved(TestCaseImportance maxReqCritImportance,
TestCase testCase)
|
| Uses of TestCaseImportance in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service with parameters of type TestCaseImportance | |
|---|---|
void |
TestCaseModificationService.changeImportance(long testCaseId,
TestCaseImportance importance)
|
void |
TestCaseImportanceManagerService.changeImportanceIfRelationRemoved(TestCaseImportance reqCritImportance,
TestCase testCase)
will compute and update the importance of the test case and it's parents given the removal of requirements |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||