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

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

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

Methods in org.squashtest.csp.tm.domain.execution that return TestCaseExecutionMode
 TestCaseExecutionMode Execution.getExecutionMode()
           
 

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

Methods in org.squashtest.csp.tm.domain.testcase that return TestCaseExecutionMode
 TestCaseExecutionMode TestCase.getExecutionMode()
           
static TestCaseExecutionMode TestCaseExecutionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCaseExecutionMode[] TestCaseExecutionMode.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 TestCaseExecutionMode
 void TestCase.setExecutionMode(TestCaseExecutionMode exectionMode)
           
 

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

Methods in org.squashtest.csp.tm.service with parameters of type TestCaseExecutionMode
 void TestCaseModificationService.changeExecutionMode(long testCaseId, TestCaseExecutionMode mode)
           
 



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