Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtScenarioDto
Packages that use GwtScenarioDto
Package
Description
-
Uses of GwtScenarioDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtScenarioDtoMethods in com.chutneytesting.scenario.api.raw.dto that return GwtScenarioDtoMethods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtScenarioDtoModifier and TypeMethodDescriptionstatic ImmutableGwtScenarioDtoImmutableGwtScenarioDto.copyOf(GwtScenarioDto instance) Creates an immutable copy of aGwtScenarioDtovalue.ImmutableGwtScenarioDto.Builder.from(GwtScenarioDto instance) Fill a builder with attribute values from the providedGwtScenarioDtoinstance.ImmutableGwtTestCaseDto.Builder.scenario(GwtScenarioDto scenario) Initializes the value for thescenarioattribute.final ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto.withScenario(GwtScenarioDto value) Copy the current immutable object by setting a value for thescenarioattribute. -
Uses of GwtScenarioDto in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return GwtScenarioDtoModifier and TypeMethodDescriptionstatic GwtScenarioDtoGwtScenarioMapper.toDto(GwtScenario scenario) Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type GwtScenarioDtoModifier and TypeMethodDescriptionstatic GwtScenarioGwtScenarioMapper.fromDto(String title, String desc, GwtScenarioDto dto)