Class 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 name="properties" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="testcase" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="failure" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rerunFailure" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="skipped" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="error" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="system-out" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="system-err" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
</restriction>
</simpleType>
</attribute>
<attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errors" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="skipped" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="failures" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the errors property.Gets the value of the failures property.getGroup()Gets the value of the group property.getName()Gets the value of the name property.Gets the value of the properties property.Gets the value of the skipped property.Gets the value of the testcase property.getTests()Gets the value of the tests property.getTime()Gets the value of the time property.voidSets the value of the errors property.voidsetFailures(String value) Sets the value of the failures property.voidSets the value of the group property.voidSets the value of the name property.voidsetSkipped(String value) Sets the value of the skipped property.voidSets the value of the tests property.voidSets the value of the time property.
-
Field Details
-
properties
-
testcase
-
name
-
time
-
tests
-
errors
-
skipped
-
failures
-
group
-
-
Constructor Details
-
Testsuite
public Testsuite()
-
-
Method Details
-
getProperties
Gets the value of the properties 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
setmethod for the properties property.For example, to add a new item, do as follows:
getProperties().add(newItem);Objects of the following type(s) are allowed in the list
Testsuite.Properties -
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
setmethod 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
Testsuite.Testcase -
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
-
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
-
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
-
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
-
getGroup
Gets the value of the group property.- Returns:
- possible object is
String
-
setGroup
Sets the value of the group property.- Parameters:
value- allowed object isString
-