Uses of Interface
com.chutneytesting.component.scenario.api.dto.ComposableTestCaseDto
-
Packages that use ComposableTestCaseDto Package Description com.chutneytesting.component.scenario.api com.chutneytesting.component.scenario.api.dto -
-
Uses of ComposableTestCaseDto in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ComposableTestCaseDto Modifier and Type Method Description ComposableTestCaseDtoComponentEditionController. getExecutableTestCase(String testCaseId)ComposableTestCaseDtoComponentEditionController. getTestCase(String testCaseId)static ComposableTestCaseDtoComposableTestCaseMapper. toDto(ComposableTestCase composableTestCase)static ComposableTestCaseDtoExecutableComposableTestCaseMapper. toDto(ExecutableComposedTestCase composableTestCase)Methods in com.chutneytesting.component.scenario.api with parameters of type ComposableTestCaseDto Modifier and Type Method Description static ComposableTestCaseComposableTestCaseMapper. fromDto(ComposableTestCaseDto composableTestCaseDto)StringComponentEditionController. saveTestCase(ComposableTestCaseDto composableTestCaseDto) -
Uses of ComposableTestCaseDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement ComposableTestCaseDto Modifier and Type Class Description classImmutableComposableTestCaseDtoImmutable implementation ofComposableTestCaseDto.Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ComposableTestCaseDto Modifier and Type Method Description static ImmutableComposableTestCaseDtoImmutableComposableTestCaseDto. copyOf(ComposableTestCaseDto instance)Creates an immutable copy of aComposableTestCaseDtovalue.ImmutableComposableTestCaseDto.BuilderImmutableComposableTestCaseDto.Builder. from(ComposableTestCaseDto instance)Fill a builder with attribute values from the providedComposableTestCaseDtoinstance.
-