Class Testsuite.Testcase
- java.lang.Object
-
- com.chutneytesting.execution.api.report.surefire.Testsuite.Testcase
-
- Enclosing class:
- Testsuite
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestsuite.Testcase.ErrorJava class for anonymous complex type.static classTestsuite.Testcase.FailureJava class for anonymous complex type.static classTestsuite.Testcase.RerunFailureJava class for anonymous complex type.static classTestsuite.Testcase.SkippedJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringclassnameprotected javax.xml.bind.JAXBElement<Testsuite.Testcase.Error>errorprotected List<Testsuite.Testcase.Failure>failureprotected Stringgroupprotected Stringnameprotected List<Testsuite.Testcase.RerunFailure>rerunFailureprotected javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped>skippedprotected javax.xml.bind.JAXBElement<Object>systemErrprotected javax.xml.bind.JAXBElement<Object>systemOutprotected Stringtime
-
Constructor Summary
Constructors Constructor Description Testcase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassname()Gets the value of the classname property.javax.xml.bind.JAXBElement<Testsuite.Testcase.Error>getError()Gets the value of the error property.List<Testsuite.Testcase.Failure>getFailure()Gets the value of the failure property.StringgetGroup()Gets the value of the group property.StringgetName()Gets the value of the name property.List<Testsuite.Testcase.RerunFailure>getRerunFailure()Gets the value of the rerunFailure property.javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped>getSkipped()Gets the value of the skipped property.javax.xml.bind.JAXBElement<Object>getSystemErr()Gets the value of the systemErr property.javax.xml.bind.JAXBElement<Object>getSystemOut()Gets the value of the systemOut property.StringgetTime()Gets the value of the time property.voidsetClassname(String value)Sets the value of the classname property.voidsetError(javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> value)Sets the value of the error property.voidsetGroup(String value)Sets the value of the group property.voidsetName(String value)Sets the value of the name property.voidsetSkipped(javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> value)Sets the value of the skipped property.voidsetSystemErr(javax.xml.bind.JAXBElement<Object> value)Sets the value of the systemErr property.voidsetSystemOut(javax.xml.bind.JAXBElement<Object> value)Sets the value of the systemOut property.voidsetTime(String value)Sets the value of the time property.
-
-
-
Field Detail
-
failure
protected List<Testsuite.Testcase.Failure> failure
-
rerunFailure
protected List<Testsuite.Testcase.RerunFailure> rerunFailure
-
skipped
protected javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> skipped
-
error
protected javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> error
-
systemOut
protected javax.xml.bind.JAXBElement<Object> systemOut
-
systemErr
protected javax.xml.bind.JAXBElement<Object> systemErr
-
name
protected String name
-
classname
protected String classname
-
group
protected String group
-
time
protected String time
-
-
Method Detail
-
getFailure
public List<Testsuite.Testcase.Failure> getFailure()
Gets the value of the failure 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 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
-
getRerunFailure
public List<Testsuite.Testcase.RerunFailure> getRerunFailure()
Gets the value of the rerunFailure 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 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
-
getSkipped
public javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> getSkipped()
Gets the value of the skipped property.- Returns:
- possible object is
JAXBElement<Testsuite.Testcase.Skipped>
-
setSkipped
public void setSkipped(javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> value)
Sets the value of the skipped property.- Parameters:
value- allowed object isJAXBElement<Testsuite.Testcase.Skipped>
-
getError
public javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> getError()
Gets the value of the error property.- Returns:
- possible object is
JAXBElement<Testsuite.Testcase.Error>
-
setError
public void setError(javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> value)
Sets the value of the error property.- Parameters:
value- allowed object isJAXBElement<Testsuite.Testcase.Error>
-
getSystemOut
public javax.xml.bind.JAXBElement<Object> getSystemOut()
Gets the value of the systemOut property.- Returns:
- possible object is
JAXBElement<Object>
-
setSystemOut
public void setSystemOut(javax.xml.bind.JAXBElement<Object> value)
Sets the value of the systemOut property.- Parameters:
value- allowed object isJAXBElement<Object>
-
getSystemErr
public javax.xml.bind.JAXBElement<Object> getSystemErr()
Gets the value of the systemErr property.- Returns:
- possible object is
JAXBElement<Object>
-
setSystemErr
public void setSystemErr(javax.xml.bind.JAXBElement<Object> value)
Sets the value of the systemErr property.- Parameters:
value- allowed object isJAXBElement<Object>
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getClassname
public String getClassname()
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
public void setClassname(String value)
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getGroup
public String getGroup()
Gets the value of the group property.- Returns:
- possible object is
String
-
setGroup
public void setGroup(String value)
Sets the value of the group property.- Parameters:
value- allowed object isString
-
getTime
public String getTime()
Gets the value of the time property.- Returns:
- possible object is
String
-
-