Package de.qytera.qtaf.xray.entity
Class XrayTestInfoEntityServer
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
de.qytera.qtaf.xray.entity.XrayTestInfoEntityServer
Xray test info entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXrayTestInfoEntityServer(String summary, String projectKey, String testType) Create a newXrayTestInfoEntityServerwith the given summary, project key and test type. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe description of the test issue.The BDD scenario type (Scenario or Scenario Outline).The test type (e.g.inthashCode()voidsetDescription(String description) The description of the test issue.voidsetScenarioType(String scenarioType) The BDD scenario type (Scenario or Scenario Outline).Methods inherited from class de.qytera.qtaf.xray.entity.XrayTestInfoEntity
getDefinition, getLabels, getProjectKey, getRequirementKeys, getScenario, getSteps, getSummary, setDefinition, setLabels, setRequirementKeys, setScenario, setSteps
-
Constructor Details
-
XrayTestInfoEntityServer
Create a newXrayTestInfoEntityServerwith the given summary, project key and test type.- Parameters:
summary- the summaryprojectKey- the project keytestType- the test type
-
-
Method Details
-
getDescription
The description of the test issue. -
getTestType
The test type (e.g. Manual, Cucumber, Generic). -
getScenarioType
The BDD scenario type (Scenario or Scenario Outline). -
setDescription
The description of the test issue. -
setScenarioType
The BDD scenario type (Scenario or Scenario Outline). -
equals
- Overrides:
equalsin classXrayTestInfoEntity
-
canEqual
- Overrides:
canEqualin classXrayTestInfoEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classXrayTestInfoEntity
-