Uses of Class
org.squashtest.csp.tm.domain.testcase.TestCaseImportance

Packages that use TestCaseImportance
org.squashtest.csp.tm.domain.execution   
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.execution
 

Methods in org.squashtest.csp.tm.domain.execution that return TestCaseImportance
 TestCaseImportance Execution.getImportance()
           
 

Methods in org.squashtest.csp.tm.domain.execution with parameters of type TestCaseImportance
 void Execution.setImportance(TestCaseImportance importance)
           
 

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()
           
 TestCaseImportance ExportTestCaseData.getWeight()
           
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)
           
 void ExportTestCaseData.setWeight(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
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.