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

Packages that use TestCaseType
org.squashtest.csp.tm.domain.execution   
org.squashtest.csp.tm.domain.testcase   
org.squashtest.csp.tm.service   
 

Uses of TestCaseType in org.squashtest.csp.tm.domain.execution
 

Methods in org.squashtest.csp.tm.domain.execution that return TestCaseType
 TestCaseType Execution.getType()
           
 

Methods in org.squashtest.csp.tm.domain.execution with parameters of type TestCaseType
 void Execution.setType(TestCaseType type)
           
 

Uses of TestCaseType in org.squashtest.csp.tm.domain.testcase
 

Methods in org.squashtest.csp.tm.domain.testcase that return TestCaseType
static TestCaseType TestCaseType.defaultValue()
           
 TestCaseType TestCase.getType()
           
 TestCaseType ExportTestCaseData.getType()
           
static TestCaseType TestCaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCaseType[] TestCaseType.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 TestCaseType
 List<TestCaseType> TestCaseSearchCriteria.getTypeFilterSet()
          gives the types of the test cases we want to match.
 

Methods in org.squashtest.csp.tm.domain.testcase with parameters of type TestCaseType
 void TestCase.setType(TestCaseType type)
           
 void ExportTestCaseData.setType(TestCaseType type)
           
 

Uses of TestCaseType in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service with parameters of type TestCaseType
 void TestCaseModificationService.changeType(long testCaseId, TestCaseType type)
           
 



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