Class DefaultStepExecutionStrategy
java.lang.Object
com.chutneytesting.engine.domain.execution.strategies.DefaultStepExecutionStrategy
- All Implemented Interfaces:
StepExecutionStrategy
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecute(ScenarioExecution scenarioExecution, Step step, ScenarioContext scenarioContext, Map<String, Object> localContext, StepExecutionStrategies strategies) getType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.chutneytesting.engine.domain.execution.strategies.StepExecutionStrategy
execute
-
Field Details
-
instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStepExecutionStrategy
-
execute
public Status execute(ScenarioExecution scenarioExecution, Step step, ScenarioContext scenarioContext, Map<String, Object> localContext, StepExecutionStrategies strategies) - Specified by:
executein interfaceStepExecutionStrategy
-