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

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

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

Methods in org.squashtest.tm.domain.execution that return TestStep
 TestStep ExecutionStep.getReferencedTestStep()
           
 

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

Subclasses of TestStep in org.squashtest.tm.domain.testcase
 class ActionTestStep
           
 class CallTestStep
           
 

Methods in org.squashtest.tm.domain.testcase that return TestStep
abstract  TestStep TestStep.createCopy()
          Should create a transient copy of this TestStep according to business rules.
 

Methods in org.squashtest.tm.domain.testcase that return types with arguments of type TestStep
 List<TestStep> TestCase.getSteps()
           
 

Methods in org.squashtest.tm.domain.testcase with parameters of type TestStep
 void TestCase.addStep(int index, TestStep step)
           
 void TestCase.addStep(TestStep step)
           
 ExportTestStepData ExportTestCaseData.buildExportTestStepData(TestStep item)
           
 boolean TestCase.hasStep(TestStep step)
          Returns true if a step of the same id is found in this.steps.
 

Method parameters in org.squashtest.tm.domain.testcase with type arguments of type TestStep
 List<ActionTestStep> ActionStepCollector.collect(List<TestStep> steps)
           
 void TestCase.moveSteps(int newIndex, List<TestStep> movedSteps)
          Will move a list of steps to a new position.
 



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