public class TestResult extends ExecutableItem implements Serializable, WithLinks
Java class for TestResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestResult">
<complexContent>
<extension base="{urn:model.allure.qameta.io}ExecutableItem">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="historyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="testCaseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rerunOf" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="labels" type="{urn:model.allure.qameta.io}Labels" minOccurs="0"/>
<element name="links" type="{urn:model.allure.qameta.io}Links" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullName |
protected String |
historyId |
protected List<Label> |
labels |
protected List<Link> |
links |
protected String |
rerunOf |
protected String |
testCaseId |
protected String |
uuid |
attachments, description, descriptionHtml, name, parameters, stage, start, status, statusDetails, steps, stop| Constructor and Description |
|---|
TestResult() |
getAttachments, getDescription, getDescriptionHtml, getName, getParameters, getStage, getStart, getStatus, getStatusDetails, getSteps, getStop, setAttachments, setDescription, setDescriptionHtml, setName, setParameters, setStage, setStart, setStatus, setStatusDetails, setSteps, setStopprotected String uuid
protected String historyId
protected String testCaseId
protected String rerunOf
protected String fullName
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getHistoryId()
Stringpublic void setHistoryId(String value)
value - allowed object is
Stringpublic String getTestCaseId()
Stringpublic void setTestCaseId(String value)
value - allowed object is
Stringpublic String getRerunOf()
Stringpublic void setRerunOf(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic TestResult withUuid(String value)
public TestResult withHistoryId(String value)
public TestResult withTestCaseId(String value)
public TestResult withRerunOf(String value)
public TestResult withFullName(String value)
public TestResult withLabels(Label... values)
public TestResult withLabels(Collection<Label> values)
public TestResult withLabels(List<Label> labels)
public TestResult withLinks(Link... values)
public TestResult withLinks(Collection<Link> values)
public TestResult withLinks(List<Link> links)
public TestResult withName(String value)
withName in class ExecutableItempublic TestResult withStatus(Status value)
withStatus in class ExecutableItempublic TestResult withStatusDetails(StatusDetails value)
withStatusDetails in class ExecutableItempublic TestResult withStage(Stage value)
withStage in class ExecutableItempublic TestResult withDescription(String value)
withDescription in class ExecutableItempublic TestResult withDescriptionHtml(String value)
withDescriptionHtml in class ExecutableItempublic TestResult withStart(Long value)
withStart in class ExecutableItempublic TestResult withStop(Long value)
withStop in class ExecutableItempublic TestResult withSteps(StepResult... values)
withSteps in class ExecutableItempublic TestResult withSteps(Collection<StepResult> values)
withSteps in class ExecutableItempublic TestResult withSteps(List<StepResult> steps)
withSteps in class ExecutableItempublic TestResult withAttachments(Attachment... values)
withAttachments in class ExecutableItempublic TestResult withAttachments(Collection<Attachment> values)
withAttachments in class ExecutableItempublic TestResult withAttachments(List<Attachment> attachments)
withAttachments in class ExecutableItempublic TestResult withParameters(Parameter... values)
withParameters in class ExecutableItempublic TestResult withParameters(Collection<Parameter> values)
withParameters in class ExecutableItempublic TestResult withParameters(List<Parameter> parameters)
withParameters in class ExecutableItemCopyright © 2017 qameta.io. All rights reserved.