Uses of Class
com.chutneytesting.component.scenario.api.dto.ImmutableComposableTestCaseDto
Packages that use ImmutableComposableTestCaseDto
-
Uses of ImmutableComposableTestCaseDto in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ImmutableComposableTestCaseDtoModifier and TypeMethodDescriptionImmutableComposableTestCaseDto.Builder.build()Builds a newImmutableComposableTestCaseDto.ImmutableComposableTestCaseDto.copyOf(ComposableTestCaseDto instance) Creates an immutable copy of aComposableTestCaseDtovalue.ImmutableComposableTestCaseDto.withAuthor(String value) Copy the current immutable object by setting a value for theauthorattribute.ImmutableComposableTestCaseDto.withCreationDate(Instant value) Copy the current immutable object by setting a value for thecreationDateattribute.ImmutableComposableTestCaseDto.withDatasetId(String value) Copy the current immutable object by setting a present value for the optionaldatasetIdattribute.ImmutableComposableTestCaseDto.withDatasetId(Optional<String> optional) Copy the current immutable object by setting an optional value for thedatasetIdattribute.ImmutableComposableTestCaseDto.withDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.ImmutableComposableTestCaseDto.withDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.ImmutableComposableTestCaseDto.withExecutionParameters(KeyValue... elements) Copy the current immutable object with elements that replace the content ofexecutionParameters.ImmutableComposableTestCaseDto.withExecutionParameters(Iterable<? extends KeyValue> elements) Copy the current immutable object with elements that replace the content ofexecutionParameters.Copy the current immutable object by setting a present value for the optionalidattribute.Copy the current immutable object by setting an optional value for theidattribute.ImmutableComposableTestCaseDto.withScenario(ComposableTestCaseDto.ComposableScenarioDto value) Copy the current immutable object by setting a value for thescenarioattribute.Copy the current immutable object with elements that replace the content oftags.Copy the current immutable object with elements that replace the content oftags.Copy the current immutable object by setting a value for thetitleattribute.ImmutableComposableTestCaseDto.withUpdateDate(Instant value) Copy the current immutable object by setting a value for theupdateDateattribute.ImmutableComposableTestCaseDto.withVersion(Integer value) Copy the current immutable object by setting a value for theversionattribute.