Uses of Interface
com.chutneytesting.scenario.api.raw.dto.RawTestCaseDto
Packages that use RawTestCaseDto
Package
Description
-
Uses of RawTestCaseDto in com.chutneytesting.scenario.api
Methods in com.chutneytesting.scenario.api that return RawTestCaseDtoMethods in com.chutneytesting.scenario.api with parameters of type RawTestCaseDtoModifier and TypeMethodDescriptionGwtTestCaseController.saveTestCase(RawTestCaseDto rawTestCaseDto) -
Uses of RawTestCaseDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement RawTestCaseDtoMethods in com.chutneytesting.scenario.api.raw.dto with parameters of type RawTestCaseDtoModifier and TypeMethodDescriptionstatic ImmutableRawTestCaseDtoImmutableRawTestCaseDto.copyOf(RawTestCaseDto instance) Creates an immutable copy of aRawTestCaseDtovalue.ImmutableRawTestCaseDto.Builder.from(RawTestCaseDto instance) Fill a builder with attribute values from the providedRawTestCaseDtoinstance. -
Uses of RawTestCaseDto in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return RawTestCaseDtoModifier and TypeMethodDescriptionstatic RawTestCaseDtoRawTestCaseMapper.toDto(GwtTestCase testCase) static RawTestCaseDtoRawTestCaseMapper.toDto(RawTestCase testCase) static RawTestCaseDtoMethods in com.chutneytesting.scenario.api.raw.mapper with parameters of type RawTestCaseDtoModifier and TypeMethodDescriptionstatic GwtTestCaseRawTestCaseMapper.fromDto(RawTestCaseDto dto)