Package de.qytera.qtaf.xray.entity
Class XrayManualTestStepResultEntityServer
java.lang.Object
de.qytera.qtaf.xray.entity.XrayManualTestStepResultEntity
de.qytera.qtaf.xray.entity.XrayManualTestStepResultEntityServer
Xray manual test step result entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a newXrayManualTestStepResultEntityServerwith the given step status. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvidenceIfPresent(XrayEvidenceItemEntity evidence) Add an evidence item to the list of step evidences.Retrieve a list of all evidence items attached to this step result.Methods inherited from class de.qytera.qtaf.xray.entity.XrayManualTestStepResultEntity
getActualResult, getComment, getDefects, getStatus, setActualResult, setComment, setDefects
-
Constructor Details
-
XrayManualTestStepResultEntityServer
Create a newXrayManualTestStepResultEntityServerwith the given step status.- Parameters:
status- the status
-
-
Method Details
-
addEvidenceIfPresent
Description copied from class:XrayManualTestStepResultEntityAdd an evidence item to the list of step evidences. Ifevidenceisnull, the current list of evidences remains unchanged.- Specified by:
addEvidenceIfPresentin classXrayManualTestStepResultEntity- Parameters:
evidence- the evidence to add
-
getAllEvidence
Description copied from class:XrayManualTestStepResultEntityRetrieve a list of all evidence items attached to this step result.- Specified by:
getAllEvidencein classXrayManualTestStepResultEntity- Returns:
- the list of evidence
-