Uses of Class
de.qytera.qtaf.testrail.utils.APIClient
Packages that use APIClient
-
Uses of APIClient in de.qytera.qtaf.testrail.event_subscriber
Methods in de.qytera.qtaf.testrail.event_subscriber that return APIClientModifier and TypeMethodDescriptionUploadTestsSubscriber.getClient()testRail API clientUploadTestsSubscriber.setUpClient()Set up the client for the TestRail API.Methods in de.qytera.qtaf.testrail.event_subscriber with parameters of type APIClient -
Uses of APIClient in de.qytera.qtaf.testrail.utils
Methods in de.qytera.qtaf.testrail.utils with parameters of type APIClientModifier and TypeMethodDescriptionstatic voidTestRailManager.addAttachmentForTestCase(APIClient client, String testCaseId, String path) static voidTestRailManager.addResultForTestCase(APIClient client, String caseId, String runId, int status, String comment) static voidTestRailManager.deleteAttachmentForTestCase(APIClient client, String attachmentId) static AttachmentsTestRailManager.getAttachmentsForTestCase(APIClient client, String testCaseId)