Uses of Class
de.qytera.qtaf.xray.dto.XrayTestDtoCollection
Packages that use XrayTestDtoCollection
-
Uses of XrayTestDtoCollection in de.qytera.qtaf.xray.importer
Methods in de.qytera.qtaf.xray.importer with parameters of type XrayTestDtoCollectionModifier and TypeMethodDescriptionstatic voidXrayImporter.createFeatureFileFromTestSet(String testSetId, XrayTestDtoCollection collection, String filePath) Create a feature file from a test set.static StringXrayImporter.getFeatureFileContentFromTestSet(String testSetId, XrayTestDtoCollection testDtoCollection, boolean newDriver) Get the content of a feature file corresponding to the collection of tests. -
Uses of XrayTestDtoCollection in de.qytera.qtaf.xray.repository
Methods in de.qytera.qtaf.xray.repository that return XrayTestDtoCollectionModifier and TypeMethodDescriptionIXrayTestRepository.findByTestSetId(String testSetId) Retrieve all Xray test issues contained in a test set.XrayServerTestRepository.findByTestSetId(String testSetId) Find Tests by ID.