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

Packages that use TestCaseImportance
org.squashtest.csp.tm.domain.testcase   
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 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 with parameters of type TestCaseImportance
 int TestCaseImportanceLevelComparator.compare(TestCaseImportance o1, TestCaseImportance o2)
          (non-Javadoc)
 void TestCase.setImportance(TestCaseImportance weight)
           
 

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)
           
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.