Class XrayTestInfoEntityServer

java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
de.qytera.qtaf.xray.entity.XrayTestInfoEntityServer

public class XrayTestInfoEntityServer extends XrayTestInfoEntity
Xray test info entity.
See Also:
  • Constructor Details

    • XrayTestInfoEntityServer

      public XrayTestInfoEntityServer(String summary, String projectKey, String testType)
  • Method Details

    • getDescription

      public String getDescription()
      The description of the test issue.
    • getTestType

      public String getTestType()
      The test type (e.g. Manual, Cucumber, Generic).
    • getScenarioType

      public String getScenarioType()
      The BDD scenario type (Scenario or Scenario Outline).
    • setDescription

      public void setDescription(String description)
      The description of the test issue.
    • setScenarioType

      public void setScenarioType(String scenarioType)
      The BDD scenario type (Scenario or Scenario Outline).