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

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

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

Methods in org.squashtest.csp.tm.domain.campaign that return TestCaseExecutionMode
 TestCaseExecutionMode IterationTestPlanItem.getExecutionMode()
           
 

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

Fields in org.squashtest.csp.tm.domain.execution declared as TestCaseExecutionMode
protected  TestCaseExecutionMode Execution.executionMode
           
 

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.
 



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