Uses of Interface
com.chutneytesting.engine.domain.execution.engine.step.StepContext
Packages that use StepContext
Package
Description
-
Uses of StepContext in com.chutneytesting.engine.domain.delegation
Methods in com.chutneytesting.engine.domain.delegation with parameters of type StepContextModifier and TypeMethodDescriptionvoidRemoteStepExecutor.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 StepContextModifier and TypeMethodDescriptionvoidDefaultStepExecutor.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