Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseGroupResponseDto
Packages that use TestCaseGroupResponseDto
-
Uses of TestCaseGroupResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseGroupResponseDtoModifier and TypeMethodDescriptionTestCaseGroupResponseDto.addCaseGroupsItem(TestCaseGroup0Dto caseGroupsItem) TestCaseGroupResponseDto.addEmptyGroupCasesItem(TestCase0Dto emptyGroupCasesItem) TestCaseGroupResponseDto.caseGroups(List<TestCaseGroup0Dto> caseGroups) TestCaseGroupResponseDto.emptyGroupCases(List<TestCase0Dto> emptyGroupCases) @Valid TestCaseGroupResponseDtoTestPlanEntitiesResponseDto.getCasesOutOfScope()Get casesOutOfScopeMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseGroupResponseDtoModifier and TypeMethodDescriptionTestPlanEntitiesResponseDto.casesOutOfScope(TestCaseGroupResponseDto casesOutOfScope) voidTestPlanEntitiesResponseDto.setCasesOutOfScope(TestCaseGroupResponseDto casesOutOfScope)