|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.dtkit.junit.model.Testcase
public 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="{}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" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
assertions
|
protected java.lang.String |
classname
|
protected java.util.List<Error> |
error
|
protected java.util.List<Failure> |
failure
|
protected java.lang.String |
name
|
protected java.util.List<java.lang.String> |
systemErr
|
protected java.util.List<java.lang.String> |
systemOut
|
protected java.lang.String |
time
|
| Constructor Summary | |
|---|---|
Testcase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAssertions()
Gets the value of the assertions property. |
java.lang.String |
getClassname()
Gets the value of the classname property. |
java.util.List<Error> |
getError()
Gets the value of the error property. |
java.util.List<Failure> |
getFailure()
Gets the value of the failure property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<java.lang.String> |
getSystemErr()
Gets the value of the systemErr property. |
java.util.List<java.lang.String> |
getSystemOut()
Gets the value of the systemOut property. |
java.lang.String |
getTime()
Gets the value of the time property. |
void |
setAssertions(java.lang.String value)
Sets the value of the assertions property. |
void |
setClassname(java.lang.String value)
Sets the value of the classname property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTime(java.lang.String 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 java.util.List<Error> error
protected java.util.List<Failure> failure
protected java.util.List<java.lang.String> systemOut
protected java.util.List<java.lang.String> systemErr
protected java.lang.String name
protected java.lang.String assertions
protected java.lang.String time
protected java.lang.String classname
| Constructor Detail |
|---|
public Testcase()
| Method Detail |
|---|
public java.util.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
public java.util.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
public java.util.List<java.lang.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
public java.util.List<java.lang.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
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAssertions()
Stringpublic void setAssertions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTime()
Stringpublic void setTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassname()
Stringpublic void setClassname(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||