Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtTestCaseDto
-
Packages that use GwtTestCaseDto Package Description com.chutneytesting.scenario.api com.chutneytesting.scenario.api.raw.dto com.chutneytesting.scenario.api.raw.mapper -
-
Uses of GwtTestCaseDto in com.chutneytesting.scenario.api
Methods in com.chutneytesting.scenario.api that return GwtTestCaseDto Modifier and Type Method Description GwtTestCaseDtoGwtTestCaseController. getTestCase(String testCaseId)Methods in com.chutneytesting.scenario.api with parameters of type GwtTestCaseDto Modifier and Type Method Description StringGwtTestCaseController. saveTestCase(GwtTestCaseDto testCase)StringGwtTestCaseController. updateTestCase(GwtTestCaseDto testCase) -
Uses of GwtTestCaseDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtTestCaseDto Modifier and Type Class Description classImmutableGwtTestCaseDtoImmutable implementation ofGwtTestCaseDto.Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtTestCaseDto Modifier and Type Method Description static ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto. copyOf(GwtTestCaseDto instance)Creates an immutable copy of aGwtTestCaseDtovalue.ImmutableGwtTestCaseDto.BuilderImmutableGwtTestCaseDto.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 GwtTestCaseDto Modifier and Type Method Description static GwtTestCaseDtoGwtTestCaseMapper. toDto(TestCase testCase)Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type GwtTestCaseDto Modifier and Type Method Description static GwtTestCaseGwtTestCaseMapper. fromDto(GwtTestCaseDto dto)
-