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) -
Method Summary
Modifier and TypeMethodDescriptionThe description of the test issue.The BDD scenario type (Scenario or Scenario Outline).The test type (e.g.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
-
-
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).
-