Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtScenarioDto
-
Packages that use GwtScenarioDto Package Description com.chutneytesting.scenario.api.raw.dto com.chutneytesting.scenario.api.raw.mapper -
-
Uses of GwtScenarioDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtScenarioDto Modifier and Type Class Description classImmutableGwtScenarioDtoImmutable implementation ofGwtScenarioDto.Methods in com.chutneytesting.scenario.api.raw.dto that return GwtScenarioDto Modifier and Type Method Description GwtScenarioDtoGwtTestCaseDto. scenario()GwtScenarioDtoImmutableGwtTestCaseDto. scenario()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtScenarioDto Modifier and Type Method Description static ImmutableGwtScenarioDtoImmutableGwtScenarioDto. copyOf(GwtScenarioDto instance)Creates an immutable copy of aGwtScenarioDtovalue.ImmutableGwtScenarioDto.BuilderImmutableGwtScenarioDto.Builder. from(GwtScenarioDto instance)Fill a builder with attribute values from the providedGwtScenarioDtoinstance.ImmutableGwtTestCaseDto.BuilderImmutableGwtTestCaseDto.Builder. scenario(GwtScenarioDto scenario)Initializes the value for thescenarioattribute.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 GwtScenarioDto Modifier and Type Method Description static GwtScenarioDtoGwtScenarioMapper. toDto(GwtScenario scenario)Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type GwtScenarioDto Modifier and Type Method Description static GwtScenarioGwtScenarioMapper. fromDto(String title, String desc, GwtScenarioDto dto)
-