Package de.qytera.qtaf.xray.entity
Class XrayTestEntity
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestEntity
Xray test entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe user id for the assignee of the test run.The comment for the test run.An array of custom fields for the test run.An array of defect issue keys to associate with the test run.An array of evidence items of the test run.The example results for BDD tests (link).The user id who executed the test run.The finish date for the test run.The iteration containing data-driven test results.getStart()The start date for the test run.The test run status (PASS, FAIL, EXECUTING, TO DO, custom statuses ...).getSteps()The step results.The testInfo element.The test issue key.voidsetAssignee(String assignee) The user id for the assignee of the test run.voidsetComment(String comment) The comment for the test run.voidsetCustomFields(List<XrayCustomFieldEntity> customFields) An array of custom fields for the test run.voidsetDefects(List<String> defects) An array of defect issue keys to associate with the test run.voidsetEvidence(List<XrayEvidenceItemEntity> evidence) An array of evidence items of the test run.voidsetExamples(List<String> examples) The example results for BDD tests (link).voidsetExecutedBy(String executedBy) The user id who executed the test run.voidThe finish date for the test run.voidsetIterations(List<XrayIterationResultEntity> iterations) The iteration containing data-driven test results.voidThe start date for the test run.voidThe step results.voidsetTestInfo(XrayTestInfoEntity testInfo) The testInfo element.voidsetTestKey(String testKey) The test issue key.
-
Constructor Details
-
XrayTestEntity
Create a newXrayTestEntitywith the given status.- Parameters:
status- the status
-
-
Method Details
-
getTestKey
The test issue key. -
getTestInfo
The testInfo element. -
getStart
The start date for the test run. -
getFinish
The finish date for the test run. -
getComment
The comment for the test run. -
getExecutedBy
The user id who executed the test run. -
getAssignee
The user id for the assignee of the test run. -
getStatus
The test run status (PASS, FAIL, EXECUTING, TO DO, custom statuses ...). -
getSteps
The step results. -
getExamples
The example results for BDD tests (link). -
getIterations
The iteration containing data-driven test results. -
getDefects
An array of defect issue keys to associate with the test run. -
getEvidence
An array of evidence items of the test run. -
getCustomFields
An array of custom fields for the test run. -
setTestKey
The test issue key. -
setTestInfo
The testInfo element. -
setStart
The start date for the test run. -
setFinish
The finish date for the test run. -
setComment
The comment for the test run. -
setExecutedBy
The user id who executed the test run. -
setAssignee
The user id for the assignee of the test run. -
setSteps
The step results. -
setExamples
The example results for BDD tests (link). -
setIterations
The iteration containing data-driven test results. -
setDefects
An array of defect issue keys to associate with the test run. -
setEvidence
An array of evidence items of the test run. -
setCustomFields
An array of custom fields for the test run.
-