Class Testcase
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}skipped" minOccurs="0"/> <element ref="{}error" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}failure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}system-out" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}system-err" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="assertions" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assertions property.Gets the value of the classname property.getError()
Gets the value of the error property.Gets the value of the failure property.getName()
Gets the value of the name property.Gets the value of the skipped property.Gets the value of the status property.Gets the value of the systemErr property.Gets the value of the systemOut property.getTag()
getTime()
Gets the value of the time property.void
setAssertions
(String value) Sets the value of the assertions property.void
setAttachmentList
(List<String> attachmentList) void
setAttachments
(Attachments attachments) void
setClassname
(String value) Sets the value of the classname property.void
void
void
setExecutionRequest
(ExecutionRequest executionRequest) void
setFailure
(List<Failure> failure) void
Sets the value of the name property.void
setRequirementIds
(Set<String> requirementIds) void
setRequirements
(Requirements requirements) void
setSkipped
(String value) Sets the value of the skipped property.void
Sets the value of the status property.void
setStatusAttachment
(String statusAttachment) void
setStatusFailAttachment
(String statusFailAttachment) void
setStatusPassAttachment
(String statusPassAttachment) void
setSuccesses
(String successes) void
setSystemErr
(List<String> systemErr) void
setSystemOut
(List<String> systemOut) void
void
Sets the value of the time property.
-
Field Details
-
skipped
-
error
-
failure
-
attachments
-
requirements
-
systemOut
-
systemErr
-
name
-
tag
-
assertions
-
time
-
classname
-
status
-
errors
-
successes
-
-
Constructor Details
-
Testcase
public Testcase()
-
-
Method Details
-
getErrors
-
setErrors
-
getSuccesses
-
setSuccesses
-
getSkipped
Gets the value of the skipped property.- Returns:
- possible object is
String
-
setSkipped
Sets the value of the skipped property.- Parameters:
value
- allowed object isString
-
getError
Gets the value of the error property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the error property.For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
Error
-
getFailure
Gets the value of the failure property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the failure property.For example, to add a new item, do as follows:
getFailure().add(newItem);
Objects of the following type(s) are allowed in the list
Failure
-
getSystemOut
Gets the value of the systemOut property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the systemOut property.For example, to add a new item, do as follows:
getSystemOut().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getSystemErr
Gets the value of the systemErr property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the systemErr property.For example, to add a new item, do as follows:
getSystemErr().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getTag
-
setTag
-
getAssertions
Gets the value of the assertions property.- Returns:
- possible object is
String
-
setAssertions
Sets the value of the assertions property.- Parameters:
value
- allowed object isString
-
getTime
Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isString
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname property.- Parameters:
value
- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
getAttachments
-
setAttachments
-
getRequirements
-
setRequirements
-
setError
-
setFailure
-
setSystemOut
-
setSystemErr
-
getRequirementIds
-
setRequirementIds
-
getAttachmentList
-
setAttachmentList
-
getStatusPassAttachment
-
setStatusPassAttachment
-
getStatusFailAttachment
-
setStatusFailAttachment
-
getStatusAttachment
-
setStatusAttachment
-
getExecutionRequest
-
setExecutionRequest
-