Class Testsuite
java.lang.Object
com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-08T15:42:35Z")
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 ref="{}properties" minOccurs="0"/>
<element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}system-out" minOccurs="0"/>
<element ref="{}system-err" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" 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 disabled property.Gets the value of the errors property.Gets the value of the failures property.Gets the value of the hostname property.getId()Gets the value of the id property.getName()Gets the value of the name property.Gets the value of the package property.Gets the value of the properties property.Gets the value of the skipped property.Gets the value of the systemErr property.Gets the value of the systemOut property.Gets the value of the testcase property.getTests()Gets the value of the tests property.getTime()Gets the value of the time property.Gets the value of the timestamp property.voidsetDisabled(String value) Sets the value of the disabled property.voidSets the value of the errors property.voidsetFailures(String value) Sets the value of the failures property.voidsetHostname(String value) Sets the value of the hostname property.voidSets the value of the id property.voidSets the value of the name property.voidsetPackage(String value) Sets the value of the package property.voidsetProperties(Properties value) Sets the value of the properties property.voidsetSkipped(String value) Sets the value of the skipped property.voidsetSystemErr(String value) Sets the value of the systemErr property.voidsetSystemOut(String value) Sets the value of the systemOut property.voidSets the value of the tests property.voidSets the value of the time property.voidsetTimestamp(String value) Sets the value of the timestamp property.
-
Field Details
-
properties
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected Properties properties -
testcase
-
systemOut
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String systemOut -
systemErr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String systemErr -
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String name -
tests
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String tests -
failures
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String failures -
errors
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String errors -
time
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String time -
disabled
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String disabled -
skipped
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String skipped -
timestamp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String timestamp -
hostname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String hostname -
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String id -
_package
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String _package
-
-
Constructor Details
-
Testsuite
public Testsuite()
-
-
Method Details
-
getProperties
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public Properties getProperties()Gets the value of the properties property.- Returns:
- possible object is
Properties
-
setProperties
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setProperties(Properties value) Sets the value of the properties property.- Parameters:
value- allowed object isProperties
-
getTestcase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public List<Testcase> getTestcase()Gets the value of the testcase 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 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
Testcase -
getSystemOut
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getSystemOut()Gets the value of the systemOut property.- Returns:
- possible object is
String
-
setSystemOut
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setSystemOut(String value) Sets the value of the systemOut property.- Parameters:
value- allowed object isString
-
getSystemErr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getSystemErr()Gets the value of the systemErr property.- Returns:
- possible object is
String
-
setSystemErr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setSystemErr(String value) Sets the value of the systemErr property.- Parameters:
value- allowed object isString
-
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
-
getTests
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getTests()Gets the value of the tests property.- Returns:
- possible object is
String
-
setTests
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setTests(String value) Sets the value of the tests property.- Parameters:
value- allowed object isString
-
getFailures
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getFailures()Gets the value of the failures property.- Returns:
- possible object is
String
-
setFailures
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setFailures(String value) Sets the value of the failures property.- Parameters:
value- allowed object isString
-
getErrors
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getErrors()Gets the value of the errors property.- Returns:
- possible object is
String
-
setErrors
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setErrors(String value) Sets the value of the errors 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
-
getDisabled
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getDisabled()Gets the value of the disabled property.- Returns:
- possible object is
String
-
setDisabled
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setDisabled(String value) Sets the value of the disabled property.- Parameters:
value- allowed object isString
-
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
-
getTimestamp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getTimestamp()Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setTimestamp(String value) Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getHostname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getHostname()Gets the value of the hostname property.- Returns:
- possible object is
String
-
setHostname
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setHostname(String value) Sets the value of the hostname property.- Parameters:
value- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setId(String value) Sets the value of the id property.- Parameters:
value- allowed object isString
-
getPackage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getPackage()Gets the value of the package property.- Returns:
- possible object is
String
-
setPackage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setPackage(String value) Sets the value of the package property.- Parameters:
value- allowed object isString
-