@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public class 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 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>
Modifier and Type | Field and Description |
---|---|
protected String |
assertions |
protected String |
classname |
protected List<Error> |
error |
protected List<Failure> |
failure |
protected String |
name |
protected String |
skipped |
protected String |
status |
protected List<String> |
systemErr |
protected List<String> |
systemOut |
protected String |
time |
Constructor and Description |
---|
Testcase() |
Modifier and Type | Method and Description |
---|---|
String |
getAssertions()
Gets the value of the assertions property.
|
String |
getClassname()
Gets the value of the classname property.
|
List<Error> |
getError()
Gets the value of the error property.
|
List<Failure> |
getFailure()
Gets the value of the failure property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSkipped()
Gets the value of the skipped property.
|
String |
getStatus()
Gets the value of the status property.
|
List<String> |
getSystemErr()
Gets the value of the systemErr property.
|
List<String> |
getSystemOut()
Gets the value of the systemOut property.
|
String |
getTime()
Gets the value of the time property.
|
void |
setAssertions(String value)
Sets the value of the assertions property.
|
void |
setClassname(String value)
Sets the value of the classname property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSkipped(String value)
Sets the value of the skipped property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTime(String value)
Sets the value of the time property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String skipped
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected List<Error> error
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected List<Failure> failure
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected List<String> systemOut
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected List<String> systemErr
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String assertions
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String time
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String classname
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String status
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getSkipped()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setSkipped(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public List<Error> getError()
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 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public List<Failure> getFailure()
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 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public List<String> getSystemOut()
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 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public List<String> getSystemErr()
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 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getAssertions()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setAssertions(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getTime()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setTime(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getClassname()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setClassname(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getStatus()
String
Copyright © 2016 buschmais GbR. All rights reserved.