Uses of Class
de.qytera.qtaf.testrail.utils.APIException
Packages that use APIException
-
Uses of APIException in de.qytera.qtaf.testrail.utils
Methods in de.qytera.qtaf.testrail.utils that throw APIExceptionModifier and TypeMethodDescriptionstatic voidTestRailManager.addAttachmentForTestCase(APIClient client, String testCaseId, String path) Add an attachment to a test case.static voidTestRailManager.addResultForTestCase(APIClient client, String caseId, String runId, int status, String comment) Add the result of an executed test case.static voidTestRailManager.deleteAttachmentForTestCase(APIClient client, String attachmentId) Delete an attachment.static AttachmentsTestRailManager.getAttachmentsForTestCase(APIClient client, String testCaseId) Get all attachments for a test case.