Class Testsuites
java.lang.Object
com.thed.zblast.parser.jaxb.junit.Testsuites
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="{}testsuite" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tests" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="errors" 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.getName()
Gets the value of the name property.getTests()
Gets the value of the tests property.Gets the value of the testsuite property.getTime()
Gets the value of the time property.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
Sets the value of the name property.void
Sets the value of the tests property.void
Sets the value of the time property.
-
Field Details
-
testsuite
-
name
-
time
-
tests
-
failures
-
disabled
-
errors
-
-
Constructor Details
-
Testsuites
public Testsuites()
-
-
Method Details
-
getTestsuite
Gets the value of the testsuite 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 testsuite property.For example, to add a new item, do as follows:
getTestsuite().add(newItem);
Objects of the following type(s) are allowed in the list
Testsuite
-
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
-
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
-
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
-
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
-
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
-