Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtStepDto
-
Packages that use GwtStepDto Package Description com.chutneytesting.scenario.api.raw.dto -
-
Uses of GwtStepDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtStepDto Modifier and Type Class Description classImmutableGwtStepDtoImmutable implementation ofGwtStepDto.Methods in com.chutneytesting.scenario.api.raw.dto that return GwtStepDto Modifier and Type Method Description GwtStepDtoGwtScenarioDto. when()GwtStepDtoImmutableGwtScenarioDto. when()Methods in com.chutneytesting.scenario.api.raw.dto that return types with arguments of type GwtStepDto Modifier and Type Method Description List<GwtStepDto>GwtScenarioDto. givens()List<GwtStepDto>ImmutableGwtScenarioDto. givens()List<GwtStepDto>GwtStepDto. subSteps()List<GwtStepDto>ImmutableGwtStepDto. subSteps()List<GwtStepDto>GwtScenarioDto. thens()List<GwtStepDto>ImmutableGwtScenarioDto. thens()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtStepDto Modifier and Type Method Description ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. addGivens(GwtStepDto element)Adds one element togivenslist.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. addGivens(GwtStepDto... elements)Adds elements togivenslist.ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. addSubSteps(GwtStepDto element)Adds one element tosubStepslist.ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. addSubSteps(GwtStepDto... elements)Adds elements tosubStepslist.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. addThens(GwtStepDto element)Adds one element tothenslist.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. addThens(GwtStepDto... elements)Adds elements tothenslist.static ImmutableGwtStepDtoImmutableGwtStepDto. copyOf(GwtStepDto instance)Creates an immutable copy of aGwtStepDtovalue.ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. from(GwtStepDto instance)Fill a builder with attribute values from the providedGwtStepDtoinstance.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. when(GwtStepDto when)Initializes the value for thewhenattribute.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withGivens(GwtStepDto... elements)Copy the current immutable object with elements that replace the content ofgivens.ImmutableGwtStepDtoImmutableGwtStepDto. withSubSteps(GwtStepDto... elements)Copy the current immutable object with elements that replace the content ofsubSteps.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withThens(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.Method parameters in com.chutneytesting.scenario.api.raw.dto with type arguments of type GwtStepDto Modifier and Type Method Description ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. addAllGivens(Iterable<? extends GwtStepDto> elements)Adds elements togivenslist.ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. addAllSubSteps(Iterable<? extends GwtStepDto> elements)Adds elements tosubStepslist.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. addAllThens(Iterable<? extends GwtStepDto> elements)Adds elements tothenslist.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. givens(Iterable<? extends GwtStepDto> elements)Sets or replaces all elements forgivenslist.ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. subSteps(Iterable<? extends GwtStepDto> elements)Sets or replaces all elements forsubStepslist.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. thens(Iterable<? extends GwtStepDto> elements)Sets or replaces all elements forthenslist.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withGivens(Iterable<? extends GwtStepDto> elements)Copy the current immutable object with elements that replace the content ofgivens.ImmutableGwtStepDtoImmutableGwtStepDto. withSubSteps(Iterable<? extends GwtStepDto> elements)Copy the current immutable object with elements that replace the content ofsubSteps.ImmutableGwtScenarioDtoImmutableGwtScenarioDto. withThens(Iterable<? extends GwtStepDto> elements)Copy the current immutable object with elements that replace the content ofthens.
-