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)
      Create a new XrayTestInfoEntityServer with the given summary, project key and test type.
      Parameters:
      summary - the summary
      projectKey - the project key
      testType - the test type
  • 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).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class XrayTestInfoEntity
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class XrayTestInfoEntity
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class XrayTestInfoEntity