Package de.qytera.qtaf.xray.entity
Class XrayTestInfoEntity
java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
- Direct Known Subclasses:
XrayTestInfoEntityCloud,XrayTestInfoEntityServer
Xray test info entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe generic test definition.The test issue labels.The project key where the test issue will be created.An array of requirement issue keys to associate with the test.The BDD scenario.getSteps()An array of test steps (for Manual tests).The summary for the test issue.inthashCode()voidsetDefinition(String definition) The generic test definition.voidThe test issue labels.voidsetRequirementKeys(List<String> requirementKeys) An array of requirement issue keys to associate with the test.voidsetScenario(String scenario) The BDD scenario.voidsetSteps(List<XrayTestStepEntity> steps) An array of test steps (for Manual tests).
-
Constructor Details
-
XrayTestInfoEntity
-
-
Method Details
-
getSummary
The summary for the test issue. -
getProjectKey
The project key where the test issue will be created. -
getRequirementKeys
An array of requirement issue keys to associate with the test. -
getLabels
The test issue labels. -
getSteps
An array of test steps (for Manual tests). -
getScenario
The BDD scenario. -
getDefinition
The generic test definition. -
setRequirementKeys
An array of requirement issue keys to associate with the test. -
setLabels
The test issue labels. -
setSteps
An array of test steps (for Manual tests). -
setScenario
The BDD scenario. -
setDefinition
The generic test definition. -
equals
-
canEqual
-
hashCode
public int hashCode()
-