Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtTestCaseMetadataDto
-
Packages that use GwtTestCaseMetadataDto Package Description com.chutneytesting.scenario.api.raw.dto -
-
Uses of GwtTestCaseMetadataDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtTestCaseMetadataDto Modifier and Type Class Description classImmutableGwtTestCaseMetadataDtoImmutable implementation ofGwtTestCaseMetadataDto.Methods in com.chutneytesting.scenario.api.raw.dto that return GwtTestCaseMetadataDto Modifier and Type Method Description GwtTestCaseMetadataDtoImmutableTestCaseIndexDto. metadata()GwtTestCaseMetadataDtoTestCaseIndexDto. metadata()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtTestCaseMetadataDto Modifier and Type Method Description static ImmutableGwtTestCaseMetadataDtoImmutableGwtTestCaseMetadataDto. copyOf(GwtTestCaseMetadataDto instance)Creates an immutable copy of aGwtTestCaseMetadataDtovalue.ImmutableGwtTestCaseMetadataDto.BuilderImmutableGwtTestCaseMetadataDto.Builder. from(GwtTestCaseMetadataDto instance)Fill a builder with attribute values from the providedGwtTestCaseMetadataDtoinstance.ImmutableTestCaseIndexDto.BuilderImmutableTestCaseIndexDto.Builder. metadata(GwtTestCaseMetadataDto metadata)Initializes the value for themetadataattribute.ImmutableTestCaseIndexDtoImmutableTestCaseIndexDto. withMetadata(GwtTestCaseMetadataDto value)Copy the current immutable object by setting a value for themetadataattribute.
-