Class Testsuite.Testcase
- Enclosing 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="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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> protected List<Testsuite.Testcase.Failure> protected Stringprotected Stringprotected List<Testsuite.Testcase.RerunFailure> protected jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> protected jakarta.xml.bind.JAXBElement<Object> protected jakarta.xml.bind.JAXBElement<Object> protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classname property.jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> getError()Gets the value of the error property.Gets the value of the failure property.getGroup()Gets the value of the group property.getName()Gets the value of the name property.Gets the value of the rerunFailure property.jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> Gets the value of the skipped property.jakarta.xml.bind.JAXBElement<Object> Gets the value of the systemErr property.jakarta.xml.bind.JAXBElement<Object> Gets the value of the systemOut property.getTime()Gets the value of the time property.voidsetClassname(String value) Sets the value of the classname property.voidsetError(jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> value) Sets the value of the error property.voidSets the value of the group property.voidSets the value of the name property.voidsetSkipped(jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> value) Sets the value of the skipped property.voidsetSystemErr(jakarta.xml.bind.JAXBElement<Object> value) Sets the value of the systemErr property.voidsetSystemOut(jakarta.xml.bind.JAXBElement<Object> value) Sets the value of the systemOut property.voidSets the value of the time property.
-
Field Details
-
failure
-
rerunFailure
-
skipped
-
error
-
systemOut
-
systemErr
-
name
-
classname
-
group
-
time
-
-
Constructor Details
-
Testcase
public Testcase()
-
-
Method Details
-
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 Jakarta XML Binding 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
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 Jakarta XML Binding 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
Gets the value of the skipped property.- Returns:
- possible object is
JAXBElement<Testsuite.Testcase.Skipped>
-
setSkipped
Sets the value of the skipped property.- Parameters:
value- allowed object isJAXBElement<Testsuite.Testcase.Skipped>
-
getError
Gets the value of the error property.- Returns:
- possible object is
JAXBElement<Testsuite.Testcase.Error>
-
setError
Sets the value of the error property.- Parameters:
value- allowed object isJAXBElement<Testsuite.Testcase.Error>
-
getSystemOut
Gets the value of the systemOut property.- Returns:
- possible object is
JAXBElement<Object>
-
setSystemOut
Sets the value of the systemOut property.- Parameters:
value- allowed object isJAXBElement<Object>
-
getSystemErr
Gets the value of the systemErr property.- Returns:
- possible object is
JAXBElement<Object>
-
setSystemErr
Sets the value of the systemErr property.- Parameters:
value- allowed object isJAXBElement<Object>
-
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
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname 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
-
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
-