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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classXrayTestInfoEntityServer.XrayTestInfoEntityServerBuilder<C extends XrayTestInfoEntityServer,B extends XrayTestInfoEntityServer.XrayTestInfoEntityServerBuilder<C, B>> Nested classes/interfaces inherited from class de.qytera.qtaf.xray.entity.XrayTestInfoEntity
XrayTestInfoEntity.XrayTestInfoEntityBuilder<C extends XrayTestInfoEntity,B extends XrayTestInfoEntity.XrayTestInfoEntityBuilder<C, B>> -
Field Summary
Fields inherited from class de.qytera.qtaf.xray.entity.XrayTestInfoEntity
definition, labels, projectKey, requirementKeys, scenario, steps, summary -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected 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).voidsetTestType(String testType) The test type (e.g.toString()Methods inherited from class de.qytera.qtaf.xray.entity.XrayTestInfoEntity
getDefinition, getLabels, getProjectKey, getRequirementKeys, getScenario, getSteps, getSummary, setDefinition, setLabels, setProjectKey, setRequirementKeys, setScenario, setSteps, setSummary
-
Constructor Details
-
XrayTestInfoEntityServer
-
-
Method Details
-
builder
-
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. -
setTestType
The test type (e.g. Manual, Cucumber, Generic). -
setScenarioType
The BDD scenario type (Scenario or Scenario Outline). -
toString
-
equals
- Overrides:
equalsin classXrayTestInfoEntity
-
canEqual
- Overrides:
canEqualin classXrayTestInfoEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classXrayTestInfoEntity
-