Package com.thed.util
Class ZephyrTestCaseUploader
java.lang.Object
com.thed.util.ZephyrTestCaseUploader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninitializeZephyrData
(AutomationJobDetail automationJobDetail, org.apache.commons.configuration.PropertiesConfiguration props, Long userId) boolean
prepareZephyrTests
(ZephyrConfigModel zephyrConfig, List<TestcaseModel> testsFromTestSuiteList, List<Testsuite> testSuiteList, Boolean createPackage) publishcyclesandExecutions
(List<TCRCatalogTreeTestcase> testcases, AutomationJobDetail automationJobDetail, Long userId, ZephyrConfigModel zephyrData) publishTests
(List<TestcaseModel> testcaseModelList, AutomationJobDetail automationJobDetail, List<Testsuite> testSuiteList, Long userId, TCRCatalogTreeDTO tree)
-
Constructor Details
-
ZephyrTestCaseUploader
public ZephyrTestCaseUploader()
-
-
Method Details
-
publishTests
public ZephyrConfigModel publishTests(List<TestcaseModel> testcaseModelList, AutomationJobDetail automationJobDetail, List<Testsuite> testSuiteList, Long userId, TCRCatalogTreeDTO tree) -
publishcyclesandExecutions
public ZephyrConfigModel publishcyclesandExecutions(List<TCRCatalogTreeTestcase> testcases, AutomationJobDetail automationJobDetail, Long userId, ZephyrConfigModel zephyrData) -
initializeZephyrData
public ZephyrConfigModel initializeZephyrData(AutomationJobDetail automationJobDetail, org.apache.commons.configuration.PropertiesConfiguration props, Long userId) -
prepareZephyrTests
public boolean prepareZephyrTests(ZephyrConfigModel zephyrConfig, List<TestcaseModel> testsFromTestSuiteList, List<Testsuite> testSuiteList, Boolean createPackage)
-