Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseItemDto
Packages that use TestCaseItemDto
-
Uses of TestCaseItemDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseItemDtoModifier and TypeMethodDescriptionMethods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCaseItemDtoModifier and TypeMethodDescription@Valid List<TestCaseItemDto> TestScopeItemDto.getTestCases()Get testCases@Valid List<TestCaseItemDto> TestPlanDslMappingsResponseDto.getTestCasesOutOfScope()Get testCasesOutOfScopeMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseItemDtoModifier and TypeMethodDescriptionTestScopeItemDto.addTestCasesItem(TestCaseItemDto testCasesItem) TestPlanDslMappingsResponseDto.addTestCasesOutOfScopeItem(TestCaseItemDto testCasesOutOfScopeItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseItemDtoModifier and TypeMethodDescriptionvoidTestScopeItemDto.setTestCases(List<TestCaseItemDto> testCases) voidTestPlanDslMappingsResponseDto.setTestCasesOutOfScope(List<TestCaseItemDto> testCasesOutOfScope) TestScopeItemDto.testCases(List<TestCaseItemDto> testCases) TestPlanDslMappingsResponseDto.testCasesOutOfScope(List<TestCaseItemDto> testCasesOutOfScope)