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

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

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

Methods in org.squashtest.tm.domain.execution with parameters of type ActionTestStep
 void ExecutionStep.visit(ActionTestStep visited)
           
 

Constructors in org.squashtest.tm.domain.execution with parameters of type ActionTestStep
ExecutionStep(ActionTestStep testStep)
           
ExecutionStep(ActionTestStep testStep, Dataset dataset)
           
 

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

Methods in org.squashtest.tm.domain.testcase that return ActionTestStep
 ActionTestStep ActionTestStep.createCopy()
           
 

Methods in org.squashtest.tm.domain.testcase that return types with arguments of type ActionTestStep
 List<ActionTestStep> ActionStepCollector.collect(List<TestStep> steps)
           
 List<ActionTestStep> TestCase.getActionSteps()
           
 Set<ActionTestStep> RequirementVersionCoverage.getVerifyingSteps()
           
 

Methods in org.squashtest.tm.domain.testcase with parameters of type ActionTestStep
 String TestStepReader.visit(ActionTestStep visited)
           
 void ActionStepCollector.visit(ActionTestStep visited)
           
 void TestStepVisitor.visit(ActionTestStep visited)
           
 void ExportTestCaseData.visit(ActionTestStep visited)
           
 void ParameterNameInStepUpdater.visit(ActionTestStep visited)
           
 

Method parameters in org.squashtest.tm.domain.testcase with type arguments of type ActionTestStep
 void RequirementVersionCoverage.addAllVerifyingSteps(Collection<ActionTestStep> steps)
          Checks that all steps belong to this RequirementVersionCoverage.verifyingTestCase and add them to this RequirementVersionCoverage.verifyingSteps.
 



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