Uses of Class
com.chutneytesting.scenario.api.raw.dto.ImmutableGwtScenarioDto
-
Packages that use ImmutableGwtScenarioDto Package Description com.chutneytesting.scenario.api.raw.dto -
-
Uses of ImmutableGwtScenarioDto in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return ImmutableGwtScenarioDto Modifier and Type Method Description ImmutableGwtScenarioDtoImmutableGwtScenarioDto.Builder. build()Builds a newImmutableGwtScenarioDto.static ImmutableGwtScenarioDtoImmutableGwtScenarioDto. copyOf(GwtScenarioDto instance)Creates an immutable copy of aGwtScenarioDtovalue.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withGivens(GwtStepDto... elements)Copy the current immutable object with elements that replace the content ofgivens.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withGivens(Iterable<? extends GwtStepDto> elements)Copy the current immutable object with elements that replace the content ofgivens.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withThens(GwtStepDto... elements)Copy the current immutable object with elements that replace the content ofthens.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withThens(Iterable<? extends GwtStepDto> elements)Copy the current immutable object with elements that replace the content ofthens.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withWhen(GwtStepDto value)Copy the current immutable object by setting a value for thewhenattribute.
-