Uses of Class
com.thed.zblast.parser.model.TestcaseModel
Packages that use TestcaseModel
-
Uses of TestcaseModel in com.thed.util
Method parameters in com.thed.util with type arguments of type TestcaseModelModifier and TypeMethodDescriptionstatic List<TestCaseResultModel>
ScriptUtil.prepareZephyrTests
(List<TestcaseModel> testsFromTestSuiteList) boolean
ZephyrTestCaseUploader.prepareZephyrTests
(ZephyrConfigModel zephyrConfig, List<TestcaseModel> testsFromTestSuiteList, List<Testsuite> testSuiteList, Boolean createPackage) ZephyrTestCaseUploader.publishTests
(List<TestcaseModel> testcaseModelList, AutomationJobDetail automationJobDetail, List<Testsuite> testSuiteList, Long userId, TCRCatalogTreeDTO tree) -
Uses of TestcaseModel in com.thed.zblast.parser
Methods in com.thed.zblast.parser that return types with arguments of type TestcaseModelModifier and TypeMethodDescriptionstatic List<TestcaseModel>
JUnitResultParser.getTestsFromScriptJobTestSuiteList
(List<Testsuite> testSuites, AutomationScriptJobDTO automationScriptJobDTO) static List<TestcaseModel>
JUnitResultParser.getTestsFromTestSuiteList
(List<Testsuite> testSuites, AutomationJobDetail automationJob) static List<TestcaseModel>
JUnitResultParser.getTestsFromTestSuiteListFromGenericParser
(List<Testsuite> testSuites, AutomationJobDetail automationJob) static List<TestcaseModel>
JUnitResultParser.getTestsFromTestSuiteListFromScriptJobGenericParser
(List<Testsuite> testSuites, AutomationScriptJobDTO automationScriptJobDTO)