Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseCompareCopyResponseDto
Packages that use TestCaseCompareCopyResponseDto
Package
Description
-
Uses of TestCaseCompareCopyResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseCompareCopyResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestCaseCompareCopyResponseDto> TestCaseControllerApi.copyTestCaseWhileTestPlansCompare(@Valid CompareItemCopyRequestDto compareItemCopyRequestDto) POST /catalog/api/v1/testcases/compare/copy : copyTestCaseWhileTestPlansCompare -
Uses of TestCaseCompareCopyResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseCompareCopyResponseDtoModifier and TypeMethodDescriptionTestCaseCompareCopyResponseDto.targetScenarioId(UUID targetScenarioId) TestCaseCompareCopyResponseDto.targetTestCaseId(UUID targetTestCaseId)