Class DefaultStepExecutor
- java.lang.Object
-
- com.chutneytesting.engine.domain.execution.engine.DefaultStepExecutor
-
- All Implemented Interfaces:
StepExecutor
public class DefaultStepExecutor extends Object implements StepExecutor
-
-
Constructor Summary
Constructors Constructor Description DefaultStepExecutor(ActionTemplateRegistry actionTemplateRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ScenarioExecution scenarioExecution, StepContext stepContext, Target targetServer, Step step)
-
-
-
Constructor Detail
-
DefaultStepExecutor
public DefaultStepExecutor(ActionTemplateRegistry actionTemplateRegistry)
-
-
Method Detail
-
execute
public void execute(ScenarioExecution scenarioExecution, StepContext stepContext, Target targetServer, Step step)
- Specified by:
executein interfaceStepExecutor
-
-