Class XrayTestEntity

java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestEntity

public class XrayTestEntity extends Object
Xray test entity.
See Also:
  • Constructor Details

  • Method Details

    • getTestKey

      public String getTestKey()
      The test issue key.
    • getTestInfo

      public XrayTestInfoEntity getTestInfo()
      The testInfo element.
    • getStart

      public String getStart()
      The start date for the test run.
    • getFinish

      public String getFinish()
      The finish date for the test run.
    • getComment

      public String getComment()
      The comment for the test run.
    • getExecutedBy

      public String getExecutedBy()
      The user id who executed the test run.
    • getAssignee

      public String getAssignee()
      The user id for the assignee of the test run.
    • getStatus

      public String getStatus()
      The test run status (PASS, FAIL, EXECUTING, TO DO, custom statuses ...).
    • getSteps

      The step results.
    • getExamples

      public List<String> getExamples()
      The example results for BDD tests (link).
    • getIterations

      public List<XrayIterationResultEntity> getIterations()
      The iteration containing data-driven test results.
    • getDefects

      public List<String> getDefects()
      An array of defect issue keys to associate with the test run.
    • getEvidence

      public List<XrayEvidenceItemEntity> getEvidence()
      An array of evidence items of the test run.
    • getCustomFields

      public List<XrayCustomFieldEntity> getCustomFields()
      An array of custom fields for the test run.
    • setTestKey

      public void setTestKey(String testKey)
      The test issue key.
    • setTestInfo

      public void setTestInfo(XrayTestInfoEntity testInfo)
      The testInfo element.
    • setStart

      public void setStart(String start)
      The start date for the test run.
    • setFinish

      public void setFinish(String finish)
      The finish date for the test run.
    • setComment

      public void setComment(String comment)
      The comment for the test run.
    • setExecutedBy

      public void setExecutedBy(String executedBy)
      The user id who executed the test run.
    • setAssignee

      public void setAssignee(String assignee)
      The user id for the assignee of the test run.
    • setSteps

      public void setSteps(List<XrayManualTestStepResultEntity> steps)
      The step results.
    • setExamples

      public void setExamples(List<String> examples)
      The example results for BDD tests (link).
    • setIterations

      public void setIterations(List<XrayIterationResultEntity> iterations)
      The iteration containing data-driven test results.
    • setDefects

      public void setDefects(List<String> defects)
      An array of defect issue keys to associate with the test run.
    • setEvidence

      public void setEvidence(List<XrayEvidenceItemEntity> evidence)
      An array of evidence items of the test run.
    • setCustomFields

      public void setCustomFields(List<XrayCustomFieldEntity> customFields)
      An array of custom fields for the test run.