Class Testcase
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 ref="{}skipped" minOccurs="0"/>
<element ref="{}error" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}failure" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}system-out" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}system-err" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="assertions" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assertions property.Gets the value of the classname property.getError()Gets the value of the error property.Gets the value of the failure property.getName()Gets the value of the name property.Gets the value of the skipped property.Gets the value of the status property.Gets the value of the systemErr property.Gets the value of the systemOut property.getTime()Gets the value of the time property.voidsetAssertions(String value) Sets the value of the assertions property.voidsetClassname(String value) Sets the value of the classname property.voidSets the value of the name property.voidsetSkipped(String value) Sets the value of the skipped property.voidSets the value of the status property.voidSets the value of the time property.
-
Field Details
-
skipped
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String skipped -
error
-
failure
-
systemOut
-
systemErr
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String name -
assertions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String assertions -
time
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String time -
classname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String classname -
status
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String status
-
-
Constructor Details
-
Testcase
public Testcase()
-
-
Method Details
-
getSkipped
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getSkipped()Gets the value of the skipped property.- Returns:
- possible object is
String
-
setSkipped
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setSkipped(String value) Sets the value of the skipped property.- Parameters:
value- allowed object isString
-
getError
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public List<Error> getError()Gets the value of the error 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 error property.For example, to add a new item, do as follows:
getError().add(newItem);Objects of the following type(s) are allowed in the list
Error -
getFailure
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public List<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
Failure -
getSystemOut
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public List<String> getSystemOut()Gets the value of the systemOut 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 systemOut property.For example, to add a new item, do as follows:
getSystemOut().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSystemErr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public List<String> getSystemErr()Gets the value of the systemErr 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 systemErr property.For example, to add a new item, do as follows:
getSystemErr().add(newItem);Objects of the following type(s) are allowed in the list
String -
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setName(String value) Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAssertions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getAssertions()Gets the value of the assertions property.- Returns:
- possible object is
String
-
setAssertions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setAssertions(String value) Sets the value of the assertions property.- Parameters:
value- allowed object isString
-
getTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getTime()Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setTime(String value) Sets the value of the time property.- Parameters:
value- allowed object isString
-
getClassname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getClassname()Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setClassname(String value) Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getStatus()Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setStatus(String value) Sets the value of the status property.- Parameters:
value- allowed object isString
-