public class Testsuite extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Testsuite.Properties
Java class for anonymous complex type.
|
static class |
Testsuite.Testcase
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
errors |
protected String |
failures |
protected String |
group |
protected String |
name |
protected List<Testsuite.Properties> |
properties |
protected String |
skipped |
protected List<Testsuite.Testcase> |
testcase |
protected String |
tests |
protected String |
time |
| Constructor and Description |
|---|
Testsuite() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrors()
Gets the value of the errors property.
|
String |
getFailures()
Gets the value of the failures property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
List<Testsuite.Properties> |
getProperties()
Gets the value of the properties property.
|
String |
getSkipped()
Gets the value of the skipped property.
|
List<Testsuite.Testcase> |
getTestcase()
Gets the value of the testcase property.
|
String |
getTests()
Gets the value of the tests property.
|
String |
getTime()
Gets the value of the time property.
|
void |
setErrors(String value)
Sets the value of the errors property.
|
void |
setFailures(String value)
Sets the value of the failures property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSkipped(String value)
Sets the value of the skipped property.
|
void |
setTests(String value)
Sets the value of the tests property.
|
void |
setTime(String value)
Sets the value of the time property.
|
protected List<Testsuite.Properties> properties
protected List<Testsuite.Testcase> testcase
protected String name
protected String time
protected String tests
protected String errors
protected String skipped
protected String failures
protected String group
public List<Testsuite.Properties> getProperties()
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 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
public List<Testsuite.Testcase> getTestcase()
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
Testsuite.Testcase
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTime()
Stringpublic void setTime(String value)
value - allowed object is
Stringpublic String getTests()
Stringpublic void setTests(String value)
value - allowed object is
Stringpublic String getErrors()
Stringpublic void setErrors(String value)
value - allowed object is
Stringpublic String getSkipped()
Stringpublic void setSkipped(String value)
value - allowed object is
Stringpublic String getFailures()
Stringpublic void setFailures(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2008–2019 simpligility technologies inc.. All rights reserved.