Uses of Class
de.qytera.qtaf.xray.dto.XrayTestDto
Packages that use XrayTestDto
Package
Description
-
Uses of XrayTestDto in de.qytera.qtaf.xray.dto
Methods in de.qytera.qtaf.xray.dto that return XrayTestDtoModifier and TypeMethodDescriptionXrayTestDto.setAssignee(String assignee) Set assignee.XrayTestDto.setDefinition(String definition) Set definition.XrayTestDto.setId(int id) Set id.Set key.XrayTestDto.setPrecondition(String[] precondition) Set precondition.XrayTestDto.setRank(int rank) Set rank.XrayTestDto.setReporter(String reporter) Set reporter.Set self.Set status.Set type. -
Uses of XrayTestDto in de.qytera.qtaf.xray.importer
Methods in de.qytera.qtaf.xray.importer with parameters of type XrayTestDtoModifier and TypeMethodDescriptionstatic voidXrayImporter.createFeatureFileFromSingleTest(XrayTestDto testDto, String filePath) Create a feature file from a single test.static StringXrayImporter.getFeatureFileContentFromSingleTest(XrayTestDto testDto) Get the content of a feature file corresponding to the test. -
Uses of XrayTestDto in de.qytera.qtaf.xray.repository
Methods in de.qytera.qtaf.xray.repository that return XrayTestDtoModifier and TypeMethodDescriptionIXrayTestRepository.findByTestId(String testId) Retrieve an Xray test issue by its ID.XrayServerTestRepository.findByTestId(String testId) Find Tests by ID.