Uses of Interface
fr.enedis.chutney.scenario.api.raw.dto.RawTestCaseDto
Packages that use RawTestCaseDto
Package
Description
-
Uses of RawTestCaseDto in fr.enedis.chutney.scenario.api
Methods in fr.enedis.chutney.scenario.api that return RawTestCaseDtoMethods in fr.enedis.chutney.scenario.api with parameters of type RawTestCaseDtoModifier and TypeMethodDescriptionGwtTestCaseController.saveTestCase(RawTestCaseDto rawTestCaseDto) -
Uses of RawTestCaseDto in fr.enedis.chutney.scenario.api.raw.dto
Classes in fr.enedis.chutney.scenario.api.raw.dto that implement RawTestCaseDtoMethods in fr.enedis.chutney.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 fr.enedis.chutney.scenario.api.raw.mapper
Methods in fr.enedis.chutney.scenario.api.raw.mapper that return RawTestCaseDtoModifier and TypeMethodDescriptionstatic RawTestCaseDtoRawTestCaseMapper.toDto(GwtTestCase testCase) Methods in fr.enedis.chutney.scenario.api.raw.mapper with parameters of type RawTestCaseDtoModifier and TypeMethodDescriptionstatic GwtTestCaseRawTestCaseMapper.fromDto(RawTestCaseDto dto)