|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.junit.jaxb.Testsuite
public 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 ref="{}properties"/> <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/> <element name="system-out" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="system-err" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> <attribute ref="{}errors"/> <attribute ref="{}failures"/> <attribute ref="{}name"/> <attribute ref="{}time"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Integer |
errors
|
protected java.lang.Integer |
failures
|
protected java.lang.String |
name
|
protected Properties |
properties
|
protected java.lang.Object |
systemErr
|
protected java.lang.Object |
systemOut
|
protected java.util.List<Testcase> |
testcase
|
protected java.lang.Double |
time
|
Constructor Summary | |
---|---|
Testsuite()
|
Method Summary | |
---|---|
java.lang.Integer |
getErrors()
Gets the value of the errors property. |
java.lang.Integer |
getFailures()
Gets the value of the failures property. |
java.lang.String |
getName()
Gets the value of the name property. |
Properties |
getProperties()
Gets the value of the properties property. |
java.lang.Object |
getSystemErr()
Gets the value of the systemErr property. |
java.lang.Object |
getSystemOut()
Gets the value of the systemOut property. |
java.util.List<Testcase> |
getTestcase()
Gets the value of the testcase property. |
java.lang.Double |
getTime()
Gets the value of the time property. |
void |
setErrors(java.lang.Integer value)
Sets the value of the errors property. |
void |
setFailures(java.lang.Integer value)
Sets the value of the failures property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSystemErr(java.lang.Object value)
Sets the value of the systemErr property. |
void |
setSystemOut(java.lang.Object value)
Sets the value of the systemOut property. |
void |
setTime(java.lang.Double value)
Sets the value of the time property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Properties properties
protected java.util.List<Testcase> testcase
protected java.lang.Object systemOut
protected java.lang.Object systemErr
protected java.lang.Integer errors
protected java.lang.Integer failures
protected java.lang.String name
protected java.lang.Double time
Constructor Detail |
---|
public Testsuite()
Method Detail |
---|
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public java.util.List<Testcase> getTestcase()
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 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
public java.lang.Object getSystemOut()
Object
public void setSystemOut(java.lang.Object value)
value
- allowed object is
Object
public java.lang.Object getSystemErr()
Object
public void setSystemErr(java.lang.Object value)
value
- allowed object is
Object
public java.lang.Integer getErrors()
Integer
public void setErrors(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getFailures()
Integer
public void setFailures(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getTime()
Double
public void setTime(java.lang.Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |