public final class AutomationTestStepLog extends QTestBaseModel<AutomationTestStepLog>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
AutomationTestStepLog() |
| Modifier and Type | Method and Description |
|---|---|
AutomationTestStepLog |
addAttachment(Attachment attachment)
Adds attachment to test step.
|
AutomationTestStepLog |
addDefect(DefectLink defectLink)
Add the defectLink to test step log.
|
protected AutomationTestStepLog |
clone() |
java.lang.String |
elementName() |
java.lang.String |
getActualResult() |
java.util.List<Attachment> |
getAttachments() |
java.util.List<DefectLink> |
getDefects() |
java.lang.String |
getDescription() |
java.lang.String |
getExpected() |
java.lang.Integer |
getOrder() |
java.lang.String |
getStatus() |
java.lang.String |
jsonElementName() |
AutomationTestStepLog |
setActualResult(java.lang.String actualResult)
Sets the actual result.
|
AutomationTestStepLog |
setAttachments(java.util.List<Attachment> attachments)
Sets the list of test step's attachments.
|
AutomationTestStepLog |
setDefects(java.util.List<DefectLink> defectLinks)
Sets the list of defectLinks.
|
AutomationTestStepLog |
setDescription(java.lang.String description)
Sets the test step description.
|
AutomationTestStepLog |
setExpected(java.lang.String expected)
Sets the expected result of an individual test step.
|
AutomationTestStepLog |
setOrder(java.lang.Integer order)
Sets the order of test step log in test case.
|
AutomationTestStepLog |
setStatus(java.lang.String status)
Sets the test step log status.
|
AutomationTestStepLog |
withActualResult(java.lang.String actualResult)
Sets the actual result.
|
AutomationTestStepLog |
withAttachments(java.util.List<Attachment> attachments)
Sets the list of test step's attachments.
|
AutomationTestStepLog |
withDefects(java.util.List<DefectLink> defectLinks)
Sets the list of defectLinks.
|
AutomationTestStepLog |
withDescription(java.lang.String description)
Sets the test step description.
|
AutomationTestStepLog |
withExpected(java.lang.String expected)
Sets the expected result of an individual test step.
|
AutomationTestStepLog |
withOrder(java.lang.Integer order)
Sets the order of test step log in test case.
|
AutomationTestStepLog |
withStatus(java.lang.String status)
Sets the test step log status.
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.String getDescription()
public AutomationTestStepLog setDescription(java.lang.String description)
description - the given test step description to set.public AutomationTestStepLog withDescription(java.lang.String description)
description - the given test step description to set.public java.lang.String getStatus()
public AutomationTestStepLog setStatus(java.lang.String status)
status - the given test step log status to set.public AutomationTestStepLog withStatus(java.lang.String status)
status - the given test step log status to set.public java.lang.String getExpected()
public AutomationTestStepLog setExpected(java.lang.String expected)
expected - the given expected result to set.public AutomationTestStepLog withExpected(java.lang.String expected)
expected - the given expected result to set.public java.lang.String getActualResult()
public AutomationTestStepLog setActualResult(java.lang.String actualResult)
actualResult - the given actual result to set.public AutomationTestStepLog withActualResult(java.lang.String actualResult)
actualResult - the given actual result to set.public java.lang.Integer getOrder()
public AutomationTestStepLog setOrder(java.lang.Integer order)
order - the given test step log's order to set.public AutomationTestStepLog withOrder(java.lang.Integer order)
order - the given test step log's order to set.public java.util.List<Attachment> getAttachments()
public AutomationTestStepLog setAttachments(java.util.List<Attachment> attachments)
attachments - the given list of test step's attachment to set.public AutomationTestStepLog withAttachments(java.util.List<Attachment> attachments)
attachments - the given list of test step's attachment to set.public AutomationTestStepLog addAttachment(Attachment attachment)
attachment - the given attachment to add to test step.AutomationTestStepLog object.public java.util.List<DefectLink> getDefects()
public AutomationTestStepLog setDefects(java.util.List<DefectLink> defectLinks)
defectLinks - the given list of defectLinks to set.public AutomationTestStepLog withDefects(java.util.List<DefectLink> defectLinks)
defectLinks - the given list of defectLinks to set.public AutomationTestStepLog addDefect(DefectLink defectLink)
defectLink - the given defectLink to add.protected AutomationTestStepLog clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainer