Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseSearchRequestDto
Packages that use TestCaseSearchRequestDto
Package
Description
-
Uses of TestCaseSearchRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCaseSearchRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestCaseDto> TestCaseControllerApi.search(@Valid TestCaseSearchRequestDto testCaseSearchRequestDto) POST /catalog/api/v1/testcases/search : search test cases -
Uses of TestCaseSearchRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseSearchRequestDtoModifier and TypeMethodDescriptionTestCaseSearchRequestDto.addGroupIdsItem(UUID groupIdsItem) TestCaseSearchRequestDto.addIdsItem(UUID idsItem)