Uses of Class
com.chutneytesting.scenario.api.raw.dto.ImmutableTestCaseIndexDto
-
Packages that use ImmutableTestCaseIndexDto Package Description com.chutneytesting.scenario.api.raw.dto -
-
Uses of ImmutableTestCaseIndexDto in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return ImmutableTestCaseIndexDto Modifier and Type Method Description ImmutableTestCaseIndexDtoImmutableTestCaseIndexDto.Builder. build()Builds a newImmutableTestCaseIndexDto.static ImmutableTestCaseIndexDtoImmutableTestCaseIndexDto. copyOf(TestCaseIndexDto instance)Creates an immutable copy of aTestCaseIndexDtovalue.ImmutableTestCaseIndexDtoImmutableTestCaseIndexDto. withMetadata(GwtTestCaseMetadataDto value)Copy the current immutable object by setting a value for themetadataattribute.
-