Uses of Class
com.chutneytesting.component.scenario.api.dto.ImmutableComposableScenarioDto
Packages that use ImmutableComposableScenarioDto
-
Uses of ImmutableComposableScenarioDto in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ImmutableComposableScenarioDtoModifier and TypeMethodDescriptionImmutableComposableScenarioDto.Builder.build()Builds a newImmutableComposableScenarioDto.ImmutableComposableScenarioDto.copyOf(ComposableTestCaseDto.ComposableScenarioDto instance) Creates an immutable copy of aComposableTestCaseDto.ComposableScenarioDtovalue.ImmutableComposableScenarioDto.withComponentSteps(ComposableStepDto... elements) Copy the current immutable object with elements that replace the content ofcomponentSteps.ImmutableComposableScenarioDto.withComponentSteps(Iterable<? extends ComposableStepDto> elements) Copy the current immutable object with elements that replace the content ofcomponentSteps.ImmutableComposableScenarioDto.withParameters(KeyValue... elements) Copy the current immutable object with elements that replace the content ofparameters.ImmutableComposableScenarioDto.withParameters(Iterable<? extends KeyValue> elements) Copy the current immutable object with elements that replace the content ofparameters.