Class Testsuite
java.lang.Object
com.thed.zblast.parser.jaxb.junit.Testsuite
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="{}properties" minOccurs="0"/> <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}system-out" minOccurs="0"/> <element ref="{}system-err" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="package" 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 disabled property.Gets the value of the errors property.Gets the value of the failures property.Gets the value of the hostname property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the package property.Gets the value of the properties property.Gets the value of the skipped property.Gets the value of the systemErr property.Gets the value of the systemOut property.Gets the value of the testcase property.getTests()
Gets the value of the tests property.getTime()
Gets the value of the time property.Gets the value of the timestamp property.void
setAttachmentFile
(String attachmentFile) void
setDisabled
(String value) Sets the value of the disabled property.void
Sets the value of the errors property.void
setFailures
(String value) Sets the value of the failures property.void
setHostname
(String value) Sets the value of the hostname property.void
Sets the value of the id property.void
Sets the value of the name property.void
setPackage
(String value) Sets the value of the package property.void
setProperties
(Properties value) Sets the value of the properties property.void
setSkipped
(String value) Sets the value of the skipped property.void
setSystemErr
(String value) Sets the value of the systemErr property.void
setSystemOut
(String value) Sets the value of the systemOut property.void
setTestcase
(List<Testcase> testcase) void
Sets the value of the tests property.void
Sets the value of the time property.void
setTimeInDate
(Date timeInDate) void
setTimestamp
(String value) Sets the value of the timestamp property.
-
Field Details
-
properties
-
testcase
-
systemOut
-
systemErr
-
name
-
tests
-
failures
-
errors
-
time
-
disabled
-
skipped
-
timestamp
-
hostname
-
id
-
_package
-
-
Constructor Details
-
Testsuite
public Testsuite()
-
-
Method Details
-
getAttachmentFile
-
setAttachmentFile
-
getTimeInDate
-
setTimeInDate
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
Properties
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isProperties
-
getTestcase
Gets the value of the testcase 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 testcase property.For example, to add a new item, do as follows:
getTestcase().add(newItem);
Objects of the following type(s) are allowed in the list
Testcase
-
getSystemOut
Gets the value of the systemOut property.- Returns:
- possible object is
String
-
setSystemOut
Sets the value of the systemOut property.- Parameters:
value
- allowed object isString
-
getSystemErr
Gets the value of the systemErr property.- Returns:
- possible object is
String
-
setSystemErr
Sets the value of the systemErr property.- Parameters:
value
- allowed object isString
-
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
-
getTests
Gets the value of the tests property.- Returns:
- possible object is
String
-
setTests
Sets the value of the tests property.- Parameters:
value
- allowed object isString
-
getFailures
Gets the value of the failures property.- Returns:
- possible object is
String
-
setFailures
Sets the value of the failures property.- Parameters:
value
- allowed object isString
-
getErrors
Gets the value of the errors property.- Returns:
- possible object is
String
-
setErrors
Sets the value of the errors 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
-
getDisabled
Gets the value of the disabled property.- Returns:
- possible object is
String
-
setDisabled
Sets the value of the disabled property.- Parameters:
value
- allowed object isString
-
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
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isString
-
getHostname
Gets the value of the hostname property.- Returns:
- possible object is
String
-
setHostname
Sets the value of the hostname property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getPackage
Gets the value of the package property.- Returns:
- possible object is
String
-
setPackage
Sets the value of the package property.- Parameters:
value
- allowed object isString
-
setTestcase
-