Uses of Interface
com.chutneytesting.engine.domain.execution.engine.step.StepContext
-
Packages that use StepContext Package Description com.chutneytesting.engine.domain.delegation com.chutneytesting.engine.domain.execution.engine com.chutneytesting.engine.domain.execution.engine.step -
-
Uses of StepContext in com.chutneytesting.engine.domain.delegation
Methods in com.chutneytesting.engine.domain.delegation with parameters of type StepContext Modifier and Type Method Description voidRemoteStepExecutor. execute(ScenarioExecution scenarioExecution, StepContext localStepContext, Target target, Step step) -
Uses of StepContext in com.chutneytesting.engine.domain.execution.engine
Methods in com.chutneytesting.engine.domain.execution.engine with parameters of type StepContext Modifier and Type Method Description voidDefaultStepExecutor. execute(ScenarioExecution scenarioExecution, StepContext stepContext, Target targetServer, Step step)voidStepExecutor. execute(ScenarioExecution scenarioExecution, StepContext stepContext, Target target, Step step) -
Uses of StepContext in com.chutneytesting.engine.domain.execution.engine.step
Classes in com.chutneytesting.engine.domain.execution.engine.step that implement StepContext Modifier and Type Class Description static classStep.StepContextImpl
-