Uses of Interface
com.chutneytesting.component.scenario.api.dto.ComposableTestCaseDto
Packages that use ComposableTestCaseDto
Package
Description
-
Uses of ComposableTestCaseDto in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ComposableTestCaseDtoModifier and TypeMethodDescriptionComponentEditionController.getExecutableTestCase(String testCaseId) ComponentEditionController.getTestCase(String testCaseId) static ComposableTestCaseDtoComposableTestCaseMapper.toDto(ComposableTestCase composableTestCase) static ComposableTestCaseDtoExecutableComposableTestCaseMapper.toDto(ExecutableComposedTestCase composableTestCase) Methods in com.chutneytesting.component.scenario.api with parameters of type ComposableTestCaseDtoModifier and TypeMethodDescriptionstatic ComposableTestCaseComposableTestCaseMapper.fromDto(ComposableTestCaseDto composableTestCaseDto) ComponentEditionController.saveTestCase(ComposableTestCaseDto composableTestCaseDto) -
Uses of ComposableTestCaseDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement ComposableTestCaseDtoMethods in com.chutneytesting.component.scenario.api.dto with parameters of type ComposableTestCaseDtoModifier and TypeMethodDescriptionImmutableComposableTestCaseDto.copyOf(ComposableTestCaseDto instance) Creates an immutable copy of aComposableTestCaseDtovalue.ImmutableComposableTestCaseDto.Builder.from(ComposableTestCaseDto instance) Fill a builder with attribute values from the providedComposableTestCaseDtoinstance.