com.thalesgroup.dtkit.junit.model
Class Testcase

java.lang.Object
  extended by com.thalesgroup.dtkit.junit.model.Testcase

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="{}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  String assertions
           
protected  String classname
           
protected  List<Error> error
           
protected  List<Failure> failure
           
protected  String name
           
protected  List<String> systemErr
           
protected  List<String> systemOut
           
protected  String time
           
 
Constructor Summary
Testcase()
           
 
Method Summary
 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.
 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 setTime(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

error

protected List<Error> error

failure

protected List<Failure> failure

systemOut

protected List<String> systemOut

systemErr

protected List<String> systemErr

name

protected String name

assertions

protected String assertions

time

protected String time

classname

protected String classname
Constructor Detail

Testcase

public Testcase()
Method Detail

getError

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 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


getFailure

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 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


getSystemOut

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 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


getSystemErr

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 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


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAssertions

public String getAssertions()
Gets the value of the assertions property.

Returns:
possible object is String

setAssertions

public void setAssertions(String value)
Sets the value of the assertions property.

Parameters:
value - allowed object is String

getTime

public String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(String value)
Sets the value of the time property.

Parameters:
value - allowed object is String

getClassname

public String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

public void setClassname(String value)
Sets the value of the classname property.

Parameters:
value - allowed object is String


Copyright © 2004-2013. All Rights Reserved.