public static class Testsuite.Testcase 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Testsuite.Testcase.Error
Java class for anonymous complex type.
|
static class |
Testsuite.Testcase.Failure
Java class for anonymous complex type.
|
static class |
Testsuite.Testcase.RerunFailure
Java class for anonymous complex type.
|
static class |
Testsuite.Testcase.Skipped
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
classname |
protected JAXBElement<Testsuite.Testcase.Error> |
error |
protected List<Testsuite.Testcase.Failure> |
failure |
protected String |
group |
protected String |
name |
protected List<Testsuite.Testcase.RerunFailure> |
rerunFailure |
protected JAXBElement<Testsuite.Testcase.Skipped> |
skipped |
protected JAXBElement<Object> |
systemErr |
protected JAXBElement<Object> |
systemOut |
protected String |
time |
Constructor and Description |
---|
Testcase() |
Modifier and Type | Method and Description |
---|---|
String |
getClassname()
Gets the value of the classname property.
|
JAXBElement<Testsuite.Testcase.Error> |
getError()
Gets the value of the error property.
|
List<Testsuite.Testcase.Failure> |
getFailure()
Gets the value of the failure property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
List<Testsuite.Testcase.RerunFailure> |
getRerunFailure()
Gets the value of the rerunFailure property.
|
JAXBElement<Testsuite.Testcase.Skipped> |
getSkipped()
Gets the value of the skipped property.
|
JAXBElement<Object> |
getSystemErr()
Gets the value of the systemErr property.
|
JAXBElement<Object> |
getSystemOut()
Gets the value of the systemOut property.
|
String |
getTime()
Gets the value of the time property.
|
void |
setClassname(String value)
Sets the value of the classname property.
|
void |
setError(JAXBElement<Testsuite.Testcase.Error> value)
Sets the value of the error 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(JAXBElement<Testsuite.Testcase.Skipped> value)
Sets the value of the skipped property.
|
void |
setSystemErr(JAXBElement<Object> value)
Sets the value of the systemErr property.
|
void |
setSystemOut(JAXBElement<Object> value)
Sets the value of the systemOut property.
|
void |
setTime(String value)
Sets the value of the time property.
|
protected List<Testsuite.Testcase.Failure> failure
protected List<Testsuite.Testcase.RerunFailure> rerunFailure
protected JAXBElement<Testsuite.Testcase.Skipped> skipped
protected JAXBElement<Testsuite.Testcase.Error> error
protected JAXBElement<Object> systemOut
protected JAXBElement<Object> systemErr
protected String name
protected String classname
protected String group
protected String time
public List<Testsuite.Testcase.Failure> getFailure()
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
Testsuite.Testcase.Failure
public List<Testsuite.Testcase.RerunFailure> getRerunFailure()
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 rerunFailure property.
For example, to add a new item, do as follows:
getRerunFailure().add(newItem);
Objects of the following type(s) are allowed in the list
Testsuite.Testcase.RerunFailure
public JAXBElement<Testsuite.Testcase.Skipped> getSkipped()
JAXBElement
<
Testsuite.Testcase.Skipped
>
public void setSkipped(JAXBElement<Testsuite.Testcase.Skipped> value)
value
- allowed object is
JAXBElement
<
Testsuite.Testcase.Skipped
>
public JAXBElement<Testsuite.Testcase.Error> getError()
JAXBElement
<
Testsuite.Testcase.Error
>
public void setError(JAXBElement<Testsuite.Testcase.Error> value)
value
- allowed object is
JAXBElement
<
Testsuite.Testcase.Error
>
public JAXBElement<Object> getSystemOut()
JAXBElement
<
Object
>
public void setSystemOut(JAXBElement<Object> value)
value
- allowed object is
JAXBElement
<
Object
>
public JAXBElement<Object> getSystemErr()
JAXBElement
<
Object
>
public void setSystemErr(JAXBElement<Object> value)
value
- allowed object is
JAXBElement
<
Object
>
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getClassname()
String
public void setClassname(String value)
value
- allowed object is
String
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public String getTime()
String
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.