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

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

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

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

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

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

Methods in org.squashtest.tm.domain.testcase that return TestCaseType
static TestCaseType TestCaseType.defaultValue()
           
 TestCaseType ExportTestCaseData.getType()
           
 TestCaseType TestCase.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.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.tm.domain.testcase with parameters of type TestCaseType
 void ExportTestCaseData.setType(TestCaseType type)
           
 void TestCase.setType(TestCaseType type)
           
 



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