Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseShortResponseDto
Packages that use TestCaseShortResponseDto
Package
Description
-
Uses of TestCaseShortResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseShortResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestCaseShortResponseDto>> LabelControllerApi.findTestCaseUsages(UUID uuid, @Valid TestPlanIdRequestDto testPlanIdRequestDto) POST /catalog/api/v1/labels/{uuid}/findTestCaseUsages : findTestCaseUsages -
Uses of TestCaseShortResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseShortResponseDtoModifier and TypeMethodDescriptionTestCaseShortResponseDto.testCaseId(UUID testCaseId) TestCaseShortResponseDto.testPlanId(UUID testPlanId) TestCaseShortResponseDto.testScenarioId(UUID testScenarioId)