Uses of Class
com.chutneytesting.component.scenario.domain.Strategy
-
Packages that use Strategy Package Description com.chutneytesting.component.execution.domain com.chutneytesting.component.scenario.domain com.chutneytesting.component.scenario.infra.wrapper -
-
Uses of Strategy in com.chutneytesting.component.execution.domain
Fields in com.chutneytesting.component.execution.domain declared as Strategy Modifier and Type Field Description StrategyExecutableComposedStep. strategyMethods in com.chutneytesting.component.execution.domain with parameters of type Strategy Modifier and Type Method Description ExecutableComposedStep.ExecutableComposedStepBuilderExecutableComposedStep.ExecutableComposedStepBuilder. withStrategy(Strategy strategy) -
Uses of Strategy in com.chutneytesting.component.scenario.domain
Fields in com.chutneytesting.component.scenario.domain declared as Strategy Modifier and Type Field Description static StrategyStrategy. DEFAULTStrategyComposableStep. strategyMethods in com.chutneytesting.component.scenario.domain with parameters of type Strategy Modifier and Type Method Description ComposableStep.ComposableStepBuilderComposableStep.ComposableStepBuilder. withStrategy(Strategy strategy) -
Uses of Strategy in com.chutneytesting.component.scenario.infra.wrapper
Methods in com.chutneytesting.component.scenario.infra.wrapper with parameters of type Strategy Modifier and Type Method Description StepVertex.StepVertexBuilderStepVertex.StepVertexBuilder. withStrategy(Strategy strategy)
-