Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestScopeItemDto
Packages that use TestScopeItemDto
-
Uses of TestScopeItemDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScopeItemDtoModifier and TypeMethodDescriptionTestScopeItemDto.addTestCasesItem(TestCaseItemDto testCasesItem) TestScopeItemDto.testCases(List<TestCaseItemDto> testCases) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestScopeItemDtoModifier and TypeMethodDescription@Valid List<TestScopeItemDto> TestPlanDslMappingsResponseDto.getTestScopes()Get testScopesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestScopeItemDtoModifier and TypeMethodDescriptionTestPlanDslMappingsResponseDto.addTestScopesItem(TestScopeItemDto testScopesItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestScopeItemDtoModifier and TypeMethodDescriptionvoidTestPlanDslMappingsResponseDto.setTestScopes(List<TestScopeItemDto> testScopes) TestPlanDslMappingsResponseDto.testScopes(List<TestScopeItemDto> testScopes)