Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtTestCaseDto
Packages that use GwtTestCaseDto
Package
Description
-
Uses of GwtTestCaseDto in com.chutneytesting.scenario.api
Methods in com.chutneytesting.scenario.api that return GwtTestCaseDtoMethods in com.chutneytesting.scenario.api with parameters of type GwtTestCaseDtoModifier and TypeMethodDescriptionGwtTestCaseController.saveTestCase(GwtTestCaseDto testCase) GwtTestCaseController.updateTestCase(GwtTestCaseDto testCase) -
Uses of GwtTestCaseDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtTestCaseDtoMethods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtTestCaseDtoModifier and TypeMethodDescriptionstatic ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto.copyOf(GwtTestCaseDto instance) Creates an immutable copy of aGwtTestCaseDtovalue.ImmutableGwtTestCaseDto.Builder.from(GwtTestCaseDto instance) Fill a builder with attribute values from the providedGwtTestCaseDtoinstance. -
Uses of GwtTestCaseDto in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return GwtTestCaseDtoMethods in com.chutneytesting.scenario.api.raw.mapper with parameters of type GwtTestCaseDtoModifier and TypeMethodDescriptionstatic GwtTestCaseGwtTestCaseMapper.fromDto(GwtTestCaseDto dto)