Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseCompareDto
Packages that use TestCaseCompareDto
-
Uses of TestCaseCompareDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseCompareDtoModifier and TypeMethodDescriptionTestCaseCompareDto.leftTestCaseId(UUID leftTestCaseId) TestCaseCompareDto.leftTestCaseName(String leftTestCaseName) TestCaseCompareDto.leftTestScenarioId(UUID leftTestScenarioId) TestCaseCompareDto.rightTestCaseId(UUID rightTestCaseId) TestCaseCompareDto.rightTestCaseName(String rightTestCaseName) TestCaseCompareDto.rightTestScenarioId(UUID rightTestScenarioId) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCaseCompareDtoModifier and TypeMethodDescription@Valid List<TestCaseCompareDto> CompareTestPlansResponseDto.getTestCases()Get testCasesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseCompareDtoModifier and TypeMethodDescriptionCompareTestPlansResponseDto.addTestCasesItem(TestCaseCompareDto testCasesItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseCompareDtoModifier and TypeMethodDescriptionvoidCompareTestPlansResponseDto.setTestCases(List<TestCaseCompareDto> testCases) CompareTestPlansResponseDto.testCases(List<TestCaseCompareDto> testCases)