Uses of Interface
com.chutneytesting.scenario.api.raw.dto.RawTestCaseDto
-
Packages that use RawTestCaseDto Package Description com.chutneytesting.scenario.api com.chutneytesting.scenario.api.raw.dto com.chutneytesting.scenario.api.raw.mapper -
-
Uses of RawTestCaseDto in com.chutneytesting.scenario.api
Methods in com.chutneytesting.scenario.api that return RawTestCaseDto Modifier and Type Method Description RawTestCaseDtoGwtTestCaseController. getTestCaseById(String testCaseId)Methods in com.chutneytesting.scenario.api with parameters of type RawTestCaseDto Modifier and Type Method Description StringGwtTestCaseController. saveTestCase(RawTestCaseDto rawTestCaseDto) -
Uses of RawTestCaseDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement RawTestCaseDto Modifier and Type Class Description classImmutableRawTestCaseDtoImmutable implementation ofRawTestCaseDto.Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type RawTestCaseDto Modifier and Type Method Description static ImmutableRawTestCaseDtoImmutableRawTestCaseDto. copyOf(RawTestCaseDto instance)Creates an immutable copy of aRawTestCaseDtovalue.ImmutableRawTestCaseDto.BuilderImmutableRawTestCaseDto.Builder. from(RawTestCaseDto instance)Fill a builder with attribute values from the providedRawTestCaseDtoinstance. -
Uses of RawTestCaseDto in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return RawTestCaseDto Modifier and Type Method Description static RawTestCaseDtoRawTestCaseMapper. toDto(GwtTestCase testCase)static RawTestCaseDtoRawTestCaseMapper. toDto(RawTestCase testCase)static RawTestCaseDtoRawTestCaseMapper. toDto(TestCase testCase)Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type RawTestCaseDto Modifier and Type Method Description static GwtTestCaseRawTestCaseMapper. fromDto(RawTestCaseDto dto)
-